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

Managed C++/CLI

 
QuestionDebugging problem Pin
HZ_7930-May-07 22:00
HZ_7930-May-07 22:00 
Questioncrtdbg.h - _ASSERT_EXPR Pin
Tal S.29-May-07 21:38
Tal S.29-May-07 21:38 
AnswerRe: crtdbg.h - _ASSERT_EXPR Pin
Mark Salsbery30-May-07 5:09
Mark Salsbery30-May-07 5:09 
GeneralRe: crtdbg.h - _ASSERT_EXPR Pin
Tal S.31-May-07 2:06
Tal S.31-May-07 2:06 
GeneralRe: crtdbg.h - _ASSERT_EXPR Pin
Mark Salsbery31-May-07 5:35
Mark Salsbery31-May-07 5:35 
GeneralRe: crtdbg.h - _ASSERT_EXPR Pin
Tal S.31-May-07 9:45
Tal S.31-May-07 9:45 
GeneralRe: crtdbg.h - _ASSERT_EXPR Pin
Mark Salsbery31-May-07 9:50
Mark Salsbery31-May-07 9:50 
QuestionInter-process communications Pin
gapfulgence29-May-07 7:21
gapfulgence29-May-07 7:21 
hi friends,

here is the problem I want to resolve:
- I have App 1: a C# application which I'm using now;
- I have App 2: a C++ application which exists and can provide me some useful informations I need in my c# application.

I want to know how I should do if I want to build a C++ application which will allow communication between application 1 and application 2
. Let's call this bridge application, App 3.

I want to be able to do following things:
1- send data from App 1 (C#) to App 3 (C++);
2- parse data received from App 1 in App 3;
3- send data from App3 (C++) to App 2 (C++);
4- send back data from App2 (C++) to App 3 (C++);
5- send back data from App 3(C++) to App 1(C#);
6- Display my data in my C# application.

Has anyone of you already resolved this kind of "problem".

I would like App 3 (C++) to be Systray application which would use windows messages to make interprocess communications.

Can you please help me ?

I hope I've detailed enough the context.

Thanks !

Patrick.

p.f. Goudjo-Ako

Bringing our energy together !

AnswerRe: Inter-process communications Pin
Christian Graus29-May-07 12:44
protectorChristian Graus29-May-07 12:44 
GeneralRe: Inter-process communications Pin
gapfulgence29-May-07 13:02
gapfulgence29-May-07 13:02 
Questionerror to the input string..please help Pin
lavy288327-May-07 4:09
lavy288327-May-07 4:09 
AnswerRe: error to the input string..please help Pin
Christian Graus27-May-07 10:42
protectorChristian Graus27-May-07 10:42 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 1:36
lavy288328-May-07 1:36 
GeneralRe: error to the input string..please help Pin
Giorgi Dalakishvili28-May-07 2:29
mentorGiorgi Dalakishvili28-May-07 2:29 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 2:39
lavy288328-May-07 2:39 
GeneralRe: error to the input string..please help [modified] Pin
teejayem28-May-07 6:07
teejayem28-May-07 6:07 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 7:20
lavy288328-May-07 7:20 
GeneralRe: error to the input string..please help Pin
Christian Graus28-May-07 11:10
protectorChristian Graus28-May-07 11:10 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 22:30
lavy288328-May-07 22:30 
Questionclasses a few questions Pin
Xeef26-May-07 11:41
Xeef26-May-07 11:41 
AnswerRe: classes a few questions Pin
Xeef26-May-07 22:03
Xeef26-May-07 22:03 
AnswerRe: classes a few questions Pin
Christian Graus27-May-07 0:09
protectorChristian Graus27-May-07 0:09 
QuestionRETURN VALUE TO WHERE Pin
KARFER25-May-07 6:19
KARFER25-May-07 6:19 
AnswerRe: RETURN VALUE TO WHERE [modified] Pin
Mark Salsbery25-May-07 6:19
Mark Salsbery25-May-07 6:19 
AnswerRe: RETURN VALUE TO WHERE Pin
Christian Graus25-May-07 9:57
protectorChristian Graus25-May-07 9: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.