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

Managed C++/CLI

 
AnswerRe: Newbie: About passing parameter into a form Pin
georgeraafat7-May-06 22:51
georgeraafat7-May-06 22:51 
QuestionError with compiling code.. Pin
ALQallaf6-May-06 13:30
ALQallaf6-May-06 13:30 
AnswerRe: Error with compiling code.. Pin
Milton Karimbekallil7-May-06 2:38
Milton Karimbekallil7-May-06 2:38 
AnswerRe: Error with compiling code.. Pin
Michael Dunn7-May-06 8:48
sitebuilderMichael Dunn7-May-06 8:48 
GeneralRe: Error with compiling code.. Pin
ALQallaf7-May-06 10:17
ALQallaf7-May-06 10:17 
GeneralRe: Error with compiling code.. Pin
Michael Dunn7-May-06 13:03
sitebuilderMichael Dunn7-May-06 13:03 
GeneralRe: Error with compiling code.. Pin
Milton Karimbekallil7-May-06 13:15
Milton Karimbekallil7-May-06 13:15 
AnswerRe: Error with compiling code.. Pin
Nish Nishant7-May-06 9:40
sitebuilderNish Nishant7-May-06 9:40 
ALQallaf wrote:
MessageQueue TheQueue = new MessageQueue;


As Mike said, you need to use gcnew and not new. Alternatively you can use stack semantics.

MessageQueue TheQueue;
TheQueue.Func(...);


Regards,
Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
The Ultimate Grid - The #1 MFC grid out there!

GeneralRe: Error with compiling code.. Pin
ALQallaf7-May-06 10:19
ALQallaf7-May-06 10:19 
GeneralRe: Error with compiling code.. Pin
Nish Nishant7-May-06 10:43
sitebuilderNish Nishant7-May-06 10:43 
AnswerRe: Error with compiling code.. Pin
ALQallaf7-May-06 13:15
ALQallaf7-May-06 13:15 
GeneralRe: Error with compiling code.. Pin
Milton Karimbekallil7-May-06 13:17
Milton Karimbekallil7-May-06 13:17 
QuestionHow to include or Add Referance with VC++ 2005? Pin
ALQallaf6-May-06 9:11
ALQallaf6-May-06 9:11 
AnswerRe: How to include or Add Referance with VC++ 2005? Pin
Milton Karimbekallil6-May-06 9:28
Milton Karimbekallil6-May-06 9:28 
GeneralRe: How to include or Add Referance with VC++ 2005? Pin
ALQallaf6-May-06 9:59
ALQallaf6-May-06 9:59 
GeneralRe: How to include or Add Referance with VC++ 2005? Pin
ALQallaf6-May-06 10:23
ALQallaf6-May-06 10:23 
GeneralRe: How to include or Add Referance with VC++ 2005? Pin
Milton Karimbekallil6-May-06 10:39
Milton Karimbekallil6-May-06 10:39 
GeneralRe: How to include or Add Referance with VC++ 2005? Pin
ALQallaf6-May-06 11:40
ALQallaf6-May-06 11:40 
GeneralRe: How to include or Add Referance with VC++ 2005? Pin
ALQallaf6-May-06 11:54
ALQallaf6-May-06 11:54 
GeneralRe: How to include or Add Referance with VC++ 2005? Pin
Milton Karimbekallil7-May-06 2:36
Milton Karimbekallil7-May-06 2:36 
AnswerRe: How to include or Add Referance with VC++ 2005? Pin
ALQallaf7-May-06 12:57
ALQallaf7-May-06 12:57 
GeneralRe: How to include or Add Referance with VC++ 2005? Pin
Milton Karimbekallil7-May-06 13:24
Milton Karimbekallil7-May-06 13:24 
QuestionMicrosoft is looking for potential C++ MVPs Pin
Chris Maunder4-May-06 15:36
cofounderChris Maunder4-May-06 15:36 
AnswerRe: Microsoft is looking for potential C++ MVPs Pin
toxcct4-May-06 23:39
toxcct4-May-06 23:39 
GeneralRe: Microsoft is looking for potential C++ MVPs Pin
georgeraafat5-May-06 6:20
georgeraafat5-May-06 6:20 

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.