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

Managed C++/CLI

 
GeneralRe: Passing a C# string to C++/CLI does not show up from a CPP program Pin
Richard MacCutchan27-Mar-13 3:58
mveRichard MacCutchan27-Mar-13 3:58 
GeneralRe: Passing a C# string to C++/CLI does not show up from a CPP program Pin
SujayG27-Mar-13 4:11
SujayG27-Mar-13 4:11 
GeneralRe: Passing a C# string to C++/CLI does not show up from a CPP program Pin
Richard MacCutchan27-Mar-13 4:19
mveRichard MacCutchan27-Mar-13 4:19 
GeneralRe: Passing a C# string to C++/CLI does not show up from a CPP program Pin
SujayG27-Mar-13 4:52
SujayG27-Mar-13 4:52 
GeneralRe: Passing a C# string to C++/CLI does not show up from a CPP program Pin
Richard MacCutchan27-Mar-13 5:03
mveRichard MacCutchan27-Mar-13 5:03 
GeneralRe: Passing a C# string to C++/CLI does not show up from a CPP program Pin
SujayG29-Mar-13 19:09
SujayG29-Mar-13 19:09 
GeneralRe: Passing a C# string to C++/CLI does not show up from a CPP program Pin
Richard MacCutchan29-Mar-13 23:00
mveRichard MacCutchan29-Mar-13 23:00 
AnswerRe: Passing a C# string to C++/CLI does not show up from a CPP program Pin
jschell30-Mar-13 13:33
jschell30-Mar-13 13:33 
It isn't clear if there is a real business problem here but mixed mode programming can often be tricky.

So it is easier to just not do it.

Instead
1. Create a executable of the targeted functionality.
2. Provide an management API for that: sockets, files or std io.
3. Use the client application to manage a "process" to run the above executable.
4. The client application uses the management api to produce the desired functionality.

The advantage to this is that both pieces, with care, can be tested independently and debugged independently as well. And the target functionality cannot take done the client application should it fail in a catastrophic way.
QuestionDidn't Understand to logic of calculation of this program.? Pin
Taqi_Shah11-Mar-13 7:26
Taqi_Shah11-Mar-13 7:26 
AnswerRe: Didn't Understand to logic of calculation of this program.? Pin
NotPolitcallyCorrect11-Mar-13 7:55
NotPolitcallyCorrect11-Mar-13 7:55 
SuggestionRe: Didn't Understand to logic of calculation of this program.? Pin
MicroVirus13-Mar-13 12:16
MicroVirus13-Mar-13 12:16 
QuestionNeed Urgent Help!! Pin
Member 933160011-Mar-13 2:18
Member 933160011-Mar-13 2:18 
AnswerRe: Need Urgent Help!! Pin
Marco Bertschi14-Mar-13 10:36
protectorMarco Bertschi14-Mar-13 10:36 
Questionhow to call vcvarsall.bat with Process::Start method? Pin
aupres8-Mar-13 23:43
aupres8-Mar-13 23:43 
AnswerRe: how to call vcvarsall.bat with Process::Start method? Pin
NotPolitcallyCorrect9-Mar-13 3:06
NotPolitcallyCorrect9-Mar-13 3:06 
GeneralRe: how to call vcvarsall.bat with Process::Start method? Pin
aupres9-Mar-13 13:09
aupres9-Mar-13 13:09 
AnswerRe: how to call vcvarsall.bat with Process::Start method? Pin
Richard MacCutchan9-Mar-13 22:46
mveRichard MacCutchan9-Mar-13 22:46 
Questioncandidate function not accessible Pin
bonosa1-Mar-13 17:35
bonosa1-Mar-13 17:35 
AnswerRe: candidate function not accessible Pin
Richard MacCutchan2-Mar-13 0:01
mveRichard MacCutchan2-Mar-13 0:01 
GeneralRe: candidate function not accessible Pin
bonosa2-Mar-13 7:59
bonosa2-Mar-13 7:59 
GeneralRe: candidate function not accessible Pin
Richard MacCutchan2-Mar-13 9:13
mveRichard MacCutchan2-Mar-13 9:13 
Questionsqrt() function strange behavouir Pin
Amrit Agr28-Feb-13 23:44
Amrit Agr28-Feb-13 23:44 
AnswerRe: sqrt() function strange behavouir Pin
Richard MacCutchan1-Mar-13 0:56
mveRichard MacCutchan1-Mar-13 0:56 
Questionbatch files Pin
Dirquez Marquez20-Feb-13 22:42
Dirquez Marquez20-Feb-13 22:42 
AnswerRe: batch files Pin
Richard MacCutchan20-Feb-13 22:57
mveRichard MacCutchan20-Feb-13 22:57 

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.