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

Managed C++/CLI

 
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 
If you are using .NET 2.0 Framework, create a new C++/CLI project choosing the project type of "CLR" and the template "Class Library". The wizard will create an empty class in the header file (ending in ".h"). Modify the empty class to be your interface and compile. This process will create an assembly (ending in .dll) that you can use to reference in your C# code.
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 
GeneralRe: while(0) ? Pin
Stephen Hewitt14-Feb-06 13:31
Stephen Hewitt14-Feb-06 13:31 
GeneralRe: while(0) ? Pin
toxcct14-Feb-06 21:23
toxcct14-Feb-06 21:23 
QuestionCPU consumtion problem Pin
caniask6-Feb-06 19:12
caniask6-Feb-06 19:12 
AnswerRe: CPU consumtion problem Pin
Dave Kreskowiak7-Feb-06 4:02
mveDave Kreskowiak7-Feb-06 4:02 
Questioncan anyone help me in the c program Pin
taurus7776-Feb-06 19:06
taurus7776-Feb-06 19:06 
QuestionHow to wrap virtual functions? Pin
Rahim Rattani5-Feb-06 17:29
Rahim Rattani5-Feb-06 17:29 
AnswerRe: How to wrap virtual functions? Pin
S. Senthil Kumar5-Feb-06 18:35
S. Senthil Kumar5-Feb-06 18:35 
GeneralRe: How to wrap virtual functions? Pin
Rahim Rattani5-Feb-06 19:06
Rahim Rattani5-Feb-06 19:06 
AnswerRe: How to wrap virtual functions? Pin
Nish Nishant6-Feb-06 2:25
sitebuilderNish Nishant6-Feb-06 2:25 
Question[Message Deleted] Pin
48d20584-Feb-06 21:03
48d20584-Feb-06 21:03 
AnswerRe: Help me please T_T Pin
Christian Graus5-Feb-06 15:26
protectorChristian Graus5-Feb-06 15:26 
GeneralRe: Help me please T_T Pin
Nish Nishant5-Feb-06 15:31
sitebuilderNish Nishant5-Feb-06 15:31 
GeneralRe: Help me please T_T Pin
Christian Graus5-Feb-06 15:34
protectorChristian Graus5-Feb-06 15: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.