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

Managed C++/CLI

 
QuestionPointer in Managed Code Pin
NAVALMAN30-Jul-13 2:59
professionalNAVALMAN30-Jul-13 2:59 
AnswerRe: Pointer in Managed Code Pin
Richard MacCutchan30-Jul-13 5:54
mveRichard MacCutchan30-Jul-13 5:54 
GeneralRe: Pointer in Managed Code Pin
NAVALMAN31-Jul-13 22:54
professionalNAVALMAN31-Jul-13 22:54 
GeneralRe: Pointer in Managed Code Pin
Richard MacCutchan1-Aug-13 2:51
mveRichard MacCutchan1-Aug-13 2:51 
AnswerRe: Pointer in Managed Code Pin
jschell1-Aug-13 11:32
jschell1-Aug-13 11:32 
GeneralRe: Pointer in Managed Code Pin
NAVALMAN1-Aug-13 19:30
professionalNAVALMAN1-Aug-13 19:30 
QuestionPreserving polymorphism across the managed/unmanaged boundary Pin
Member 1016773122-Jul-13 11:48
Member 1016773122-Jul-13 11:48 
AnswerRe: Preserving polymorphism across the managed/unmanaged boundary Pin
David Knechtges23-Jul-13 3:25
David Knechtges23-Jul-13 3:25 
You might do it that way, but it might actually be better to put the native parts into managed DLLs using the wrappers and then using the DLLs from your managed application.

It all depends on what you are trying to do. I wouldn't get too wrapped up in trying to preserve the old hierarchy in the managed world though.
AnswerRe: Preserving polymorphism across the managed/unmanaged boundary Pin
John Schroedl23-Jul-13 8:27
professionalJohn Schroedl23-Jul-13 8:27 
QuestionMessage Closed Pin
22-Jul-13 7:17
NaOHwwl22-Jul-13 7:17 
AnswerRe: Compiler Error Pin
Richard MacCutchan22-Jul-13 21:13
mveRichard MacCutchan22-Jul-13 21:13 
QuestionGetScanline is not a member of TBitmapData??? Pin
PickRelated8-Jul-13 23:11
PickRelated8-Jul-13 23:11 
AnswerRe: GetScanline is not a member of TBitmapData??? Pin
Richard MacCutchan8-Jul-13 23:25
mveRichard MacCutchan8-Jul-13 23:25 
GeneralRe: GetScanline is not a member of TBitmapData??? Pin
PickRelated8-Jul-13 23:36
PickRelated8-Jul-13 23:36 
GeneralRe: GetScanline is not a member of TBitmapData??? Pin
Richard MacCutchan9-Jul-13 0:09
mveRichard MacCutchan9-Jul-13 0:09 
Questionnew to c++/cli Pin
Member 96689553-Jul-13 5:07
Member 96689553-Jul-13 5:07 
AnswerRe: new to c++/cli Pin
Richard MacCutchan3-Jul-13 5:30
mveRichard MacCutchan3-Jul-13 5:30 
QuestionVISUAL STUDIO 2005, 2008 Pin
Le Quang Long27-Jun-13 21:29
Le Quang Long27-Jun-13 21:29 
QuestionHow to build GUI with the style of MFC Application Wizard? Pin
zipliu19-Jun-13 4:36
zipliu19-Jun-13 4:36 
AnswerRe: How to build GUI with the style of MFC Application Wizard? Pin
Richard MacCutchan19-Jun-13 5:01
mveRichard MacCutchan19-Jun-13 5:01 
GeneralRe: How to build GUI with the style of MFC Application Wizard? Pin
zipliu19-Jun-13 5:10
zipliu19-Jun-13 5:10 
QuestionConvert string array from C# to C++ ? Pin
taibc16-Jun-13 17:48
taibc16-Jun-13 17:48 
AnswerRe: Convert string array from C# to C++ ? Pin
Freak3017-Jun-13 0:31
Freak3017-Jun-13 0:31 
GeneralRe: Convert string array from C# to C++ ? Pin
John Schroedl17-Jun-13 4:30
professionalJohn Schroedl17-Jun-13 4:30 
GeneralRe: Convert string array from C# to C++ ? Pin
taibc17-Jun-13 4:34
taibc17-Jun-13 4:34 

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.