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

Managed C++/CLI

 
AnswerRe: How to set an Integer value to System::String ^ Pin
sajjy29-Nov-08 11:15
sajjy29-Nov-08 11:15 
QuestionDisplaying Windows Explorer Pin
progDes21-Nov-08 18:32
progDes21-Nov-08 18:32 
AnswerRe: Displaying Windows Explorer Pin
Christian Graus21-Nov-08 21:25
protectorChristian Graus21-Nov-08 21:25 
GeneralRe: Displaying Windows Explorer Pin
progDes21-Nov-08 23:40
progDes21-Nov-08 23:40 
QuestionCreating a dll, mixing c/c++ and java Pin
Hector_M20-Nov-08 23:04
Hector_M20-Nov-08 23:04 
AnswerRe: Creating a dll, mixing c/c++ and java Pin
Hector_M21-Nov-08 1:47
Hector_M21-Nov-08 1:47 
QuestionUsing unmanaged dll with C++/CLI Pin
pratap198020-Nov-08 12:39
pratap198020-Nov-08 12:39 
AnswerRe: Using unmanaged dll with C++/CLI Pin
Dave Doknjas20-Nov-08 13:11
Dave Doknjas20-Nov-08 13:11 
Here's a sample (with bad variable names):

[System::Runtime::InteropServices::DllImport("kernel32", EntryPoint="AA", ExactSpelling=false, CharSet=System::Runtime::InteropServices::CharSet::Ansi, SetLastError=true)]
static int A(System::String ^x, int ^y);

David Anton
http://www.tangiblesoftwaresolutions.com
C++ to C# Converter
C++ to VB Converter
C++ to Java Converter
VB & C# to Java Converter
Java to VB & C# Converter
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: convert VB, C#, or Java to C++/CLI
Question[Message Deleted] Pin
vikramaditya23418-Nov-08 20:41
vikramaditya23418-Nov-08 20:41 
AnswerRe: porting in RHEL (UNIX) Pin
led mike20-Nov-08 4:44
led mike20-Nov-08 4:44 
AnswerRe: porting in RHEL (UNIX) Pin
Paul Conrad20-Nov-08 5:56
professionalPaul Conrad20-Nov-08 5:56 
QuestionSave Socket^ variable in the global scope Pin
cra03418-Nov-08 2:14
cra03418-Nov-08 2:14 
AnswerRe: Save Socket^ variable in the global scope Pin
led mike18-Nov-08 5:00
led mike18-Nov-08 5:00 
QuestionChecking Latest Virus Scan? Pin
DarthKarnage17-Nov-08 5:51
DarthKarnage17-Nov-08 5:51 
AnswerCross Post Pin
led mike18-Nov-08 5:07
led mike18-Nov-08 5:07 
Question[Message Deleted] Pin
De@r17-Nov-08 3:49
De@r17-Nov-08 3:49 
AnswerRe: bubble sort to quick sort Pin
73Zeppelin17-Nov-08 6:15
73Zeppelin17-Nov-08 6:15 
QuestionSTL/CLR Pin
staticv17-Nov-08 1:31
staticv17-Nov-08 1:31 
QuestionSyntax Error Help: Switch Statement Code Pin
Olaman15-Nov-08 18:09
Olaman15-Nov-08 18:09 
AnswerRe: Syntax Error Help: Switch Statement Code Pin
Mark Salsbery16-Nov-08 6:49
Mark Salsbery16-Nov-08 6:49 
QuestionPostMessage fails in Windows Service [modified] Pin
Indivara13-Nov-08 14:29
professionalIndivara13-Nov-08 14:29 
GeneralRe: PostMessage fails in Windows Service Pin
Mark Salsbery15-Nov-08 12:32
Mark Salsbery15-Nov-08 12:32 
GeneralRe: PostMessage fails in Windows Service Pin
Indivara16-Nov-08 14:28
professionalIndivara16-Nov-08 14:28 
GeneralRe: Solution Pin
Indivara18-Nov-08 18:04
professionalIndivara18-Nov-08 18:04 
AnswerRe: PostMessage fails in Windows Service Pin
Rob Graham21-Dec-08 4:19
Rob Graham21-Dec-08 4:19 

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.