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

Managed C++/CLI

 
GeneralUse MessageBox in Windows Forms Pin
RafMar25-Aug-03 5:10
RafMar25-Aug-03 5:10 
GeneralRe: Use MessageBox in Windows Forms Pin
Tom Archer25-Aug-03 12:24
Tom Archer25-Aug-03 12:24 
GeneralRe: Use MessageBox in Windows Forms Pin
RafMar25-Aug-03 20:23
RafMar25-Aug-03 20:23 
GeneralCCW and namespace Pin
devvvy25-Aug-03 0:16
devvvy25-Aug-03 0:16 
GeneralRe: CCW and namespace Pin
Nick Parker26-Aug-03 1:22
protectorNick Parker26-Aug-03 1:22 
GeneralRe: CCW and namespace Pin
devvvy26-Aug-03 4:15
devvvy26-Aug-03 4:15 
GeneralRe: CCW and namespace Pin
Anthony_Yio26-Aug-03 1:36
Anthony_Yio26-Aug-03 1:36 
Generalconvert this C# declaration to MC++ Pin
devvvy23-Aug-03 17:35
devvvy23-Aug-03 17:35 
Hi, anyone can convert this C# statement to C++?

object [] objArgs = new object[] {123,23,45,265};

The following didn't work:
Object * args[] = new Object[] {1,2,3,4,5};

Thanks.

norm
GeneralRe: convert this C# declaration to MC++ Pin
Tom Archer24-Aug-03 3:21
Tom Archer24-Aug-03 3:21 
GeneralRe: convert this C# declaration to MC++ Pin
devvvy24-Aug-03 6:27
devvvy24-Aug-03 6:27 
GeneralRe: convert this C# declaration to MC++ Pin
J. Dunlap24-Aug-03 10:07
J. Dunlap24-Aug-03 10:07 
GeneralRe: convert this C# declaration to MC++ Pin
devvvy25-Aug-03 0:05
devvvy25-Aug-03 0:05 
GeneralRe: convert this C# declaration to MC++ Pin
Tom Archer25-Aug-03 12:27
Tom Archer25-Aug-03 12:27 
GeneralRe: convert this C# declaration to MC++ Pin
devvvy25-Aug-03 0:07
devvvy25-Aug-03 0:07 
GeneralATL server and RCW Pin
devvvy23-Aug-03 7:18
devvvy23-Aug-03 7:18 
GeneralA very challenging problem Pin
gaurav_verma723-Aug-03 2:37
gaurav_verma723-Aug-03 2:37 
GeneralRe: A very challenging problem Pin
leppie23-Aug-03 8:50
leppie23-Aug-03 8:50 
GeneralRe: A very challenging problem Pin
Tom Archer25-Aug-03 15:05
Tom Archer25-Aug-03 15:05 
GeneralRe: A very challenging problem Pin
leppie26-Aug-03 7:08
leppie26-Aug-03 7:08 
GeneralRe: A very challenging problem Pin
Frank Olorin Rizzi28-Aug-03 18:34
Frank Olorin Rizzi28-Aug-03 18:34 
GeneralRe: A very challenging problem Pin
igor196023-Aug-03 17:00
igor196023-Aug-03 17:00 
GeneralRe: A very challenging problem Pin
Joey Bloggs26-Aug-03 20:32
Joey Bloggs26-Aug-03 20:32 
QuestionAlmost desperate, C# into C++, why not work? Pin
adaoja22-Aug-03 1:50
adaoja22-Aug-03 1:50 
AnswerRe: Almost desperate, C# into C++, why not work? Pin
Nemanja Trifunovic22-Aug-03 6:05
Nemanja Trifunovic22-Aug-03 6:05 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja22-Aug-03 7:04
adaoja22-Aug-03 7:04 

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.