Click here to Skip to main content
15,900,108 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Compilation Error C2065 Pin
hotbridge21-Dec-08 5:52
hotbridge21-Dec-08 5:52 
QuestionC++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
J_E_D_I20-Dec-08 10:22
J_E_D_I20-Dec-08 10:22 
AnswerRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
Luc Pattyn20-Dec-08 11:00
sitebuilderLuc Pattyn20-Dec-08 11:00 
GeneralRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
J_E_D_I20-Dec-08 22:53
J_E_D_I20-Dec-08 22:53 
GeneralRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
Rob Graham21-Dec-08 3:54
Rob Graham21-Dec-08 3:54 
AnswerRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
J_E_D_I21-Dec-08 6:11
J_E_D_I21-Dec-08 6:11 
GeneralRe: C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation) Pin
TigerNinja_24-Dec-08 19:04
TigerNinja_24-Dec-08 19:04 
QuestionConverting COM object to actual unmanaged type pointer Pin
sajanemmanuel14-Dec-08 18:50
sajanemmanuel14-Dec-08 18:50 
Deal all,
I just want to know how can I convert an object to a user defined type pointer in managed C++. I will elaborate my situation. I want to use an ActiveX control in a windows form application written in C#. When we add an ActiveX into a project VS generates the RCW objects. In my case it is

private AxXVIDEOOCXLib.AxXVideoOCX axXVideoOCX1;

Now I will get the underlying ActiveX object using the function
Object obj = axXVideoOCX1.GetOcx();

Now I need to pass this object into a managed C++ dll(.net component). Inside this dll I have a function with prototype in an unmanaged class as follows

int CVideoRecorderCtrl::AddOCXHandle(CXVideoOCX* OCXHandle)


Can any one commment whether my approach is correct? If yes my question is yet to come.

The class CXVideoOCX is the class of ActiveX component. Is there any successful way so that I can convert this COM object to its actual unmanaged type..I am searching for a solution for past 1 week. I will be really really thankful if anyone have any comments on these.
QuestionCreating a Registry Value in C++/CLI environment Pin
J_E_D_I13-Dec-08 8:36
J_E_D_I13-Dec-08 8:36 
AnswerRe: Creating a Registry Value in C++/CLI environment Pin
Mark Salsbery13-Dec-08 10:01
Mark Salsbery13-Dec-08 10:01 
GeneralRe: Creating a Registry Value in C++/CLI environment Pin
J_E_D_I13-Dec-08 17:33
J_E_D_I13-Dec-08 17:33 
GeneralRe: Creating a Registry Value in C++/CLI environment Pin
Mark Salsbery14-Dec-08 9:40
Mark Salsbery14-Dec-08 9:40 
AnswerRe: Creating a Registry Value in C++/CLI environment Pin
leonigah18-Dec-08 23:04
leonigah18-Dec-08 23:04 
QuestionHow to check availability of internet connection Pin
anveshvm11-Dec-08 3:00
anveshvm11-Dec-08 3:00 
GeneralRe: How to check availability of internet connection Pin
Luc Pattyn11-Dec-08 3:16
sitebuilderLuc Pattyn11-Dec-08 3:16 
GeneralRe: How to check availability of internet connection Pin
anveshvm11-Dec-08 4:12
anveshvm11-Dec-08 4:12 
GeneralRe: How to check availability of internet connection Pin
Luc Pattyn11-Dec-08 4:36
sitebuilderLuc Pattyn11-Dec-08 4:36 
GeneralRe: How to check availability of internet connection Pin
anveshvm11-Dec-08 4:42
anveshvm11-Dec-08 4:42 
GeneralRe: How to check availability of internet connection Pin
Luc Pattyn11-Dec-08 13:29
sitebuilderLuc Pattyn11-Dec-08 13:29 
QuestionHow to check the return value of a messagebox Pin
anveshvm11-Dec-08 2:52
anveshvm11-Dec-08 2:52 
GeneralRe: How to check the return value of a messagebox Pin
Luc Pattyn11-Dec-08 3:10
sitebuilderLuc Pattyn11-Dec-08 3:10 
GeneralRe: How to check the return value of a messagebox Pin
anveshvm11-Dec-08 3:31
anveshvm11-Dec-08 3:31 
GeneralRe: How to check the return value of a messagebox Pin
Luc Pattyn11-Dec-08 3:43
sitebuilderLuc Pattyn11-Dec-08 3:43 
QuestionHow to call base class method Pin
s196675m8-Dec-08 8:54
s196675m8-Dec-08 8:54 
AnswerRe: How to call base class method Pin
Mark Salsbery8-Dec-08 9:51
Mark Salsbery8-Dec-08 9:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.