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

Managed C++/CLI

 
AnswerRe: using VB classes in C++ code Pin
George L. Jackson9-Feb-06 13:02
George L. Jackson9-Feb-06 13:02 
QuestionMC++ Graphics HELP !!! Pin
hbjs8-Feb-06 17:03
hbjs8-Feb-06 17:03 
AnswerRe: MC++ Graphics HELP !!! Pin
George L. Jackson9-Feb-06 8:24
George L. Jackson9-Feb-06 8:24 
GeneralRe: MC++ Graphics HELP !!! Pin
hbjs9-Feb-06 13:55
hbjs9-Feb-06 13:55 
GeneralRe: MC++ Graphics HELP !!! Pin
George L. Jackson9-Feb-06 15:18
George L. Jackson9-Feb-06 15:18 
GeneralRe: MC++ Graphics HELP !!! Pin
hbjs9-Feb-06 16:10
hbjs9-Feb-06 16:10 
QuestionnooB question: Can mix MFC and .NET extensions in single app/class ? Pin
Mike the Red8-Feb-06 2:25
Mike the Red8-Feb-06 2:25 
AnswerRe: nooB question: Can mix MFC and .NET extensions in single app/class ? Pin
George L. Jackson8-Feb-06 9:23
George L. Jackson8-Feb-06 9:23 
You can mix MFC with Managed C++ or the new C++/CLI. However, since MFC is native code, you have to marshall any data exchanges with managed code. CString, for example, is very easy to use with managed code.
Questionnull value check Pin
madhusri7-Feb-06 21:37
madhusri7-Feb-06 21:37 
AnswerRe: null value check Pin
Cedric Moonen7-Feb-06 22:10
Cedric Moonen7-Feb-06 22:10 
GeneralRe: null value check Pin
toxcct7-Feb-06 22:49
toxcct7-Feb-06 22:49 
AnswerRe: null value check Pin
Red Stateler8-Feb-06 3:06
Red Stateler8-Feb-06 3:06 
Questionpipe problem Pin
allenmpcx7-Feb-06 17:26
allenmpcx7-Feb-06 17:26 
AnswerRe: pipe problem Pin
kakan9-Feb-06 0:01
professionalkakan9-Feb-06 0:01 
QuestionThe Hidden Message Pin
Peter Charlesworth7-Feb-06 9:54
Peter Charlesworth7-Feb-06 9:54 
QuestionError using a Visual Basic DLL in c++ Pin
jtrujillogomez6-Feb-06 23:44
jtrujillogomez6-Feb-06 23:44 
QuestionHow can I implement a C++ interface in C#2 Pin
tiancaidao6-Feb-06 22:39
tiancaidao6-Feb-06 22:39 
AnswerRe: How can I implement a C++ interface in C#2 Pin
George L. Jackson8-Feb-06 9:45
George L. Jackson8-Feb-06 9:45 
GeneralRe: How can I implement a C++ interface in C#2 Pin
tiancaidao8-Feb-06 17:57
tiancaidao8-Feb-06 17:57 
GeneralRe: How can I implement a C++ interface in C#2 Pin
tiancaidao8-Feb-06 18:10
tiancaidao8-Feb-06 18:10 
GeneralRe: How can I implement a C++ interface in C#2 Pin
George L. Jackson9-Feb-06 8:03
George L. Jackson9-Feb-06 8:03 
Questionwhile(0) ? Pin
CiNN6-Feb-06 21:36
CiNN6-Feb-06 21:36 
AnswerRe: while(0) ? Pin
toxcct6-Feb-06 22:55
toxcct6-Feb-06 22:55 
AnswerRe: while(0) ? Pin
Michael Dunn7-Feb-06 7:24
sitebuilderMichael Dunn7-Feb-06 7:24 
GeneralRe: while(0) ? Pin
toxcct7-Feb-06 21:35
toxcct7-Feb-06 21:35 

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.