Click here to Skip to main content
15,895,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionOpening new document type in existing frame window Pin
Member 268155320-Aug-09 3:46
Member 268155320-Aug-09 3:46 
Questioncommunicate between 2 different applications using CORBA Pin
sola7720-Aug-09 1:44
sola7720-Aug-09 1:44 
AnswerRe: communicate between 2 different applications using CORBA Pin
Adam Roderick J20-Aug-09 1:48
Adam Roderick J20-Aug-09 1:48 
GeneralRe: communicate between 2 different applications using CORBA Pin
sola7720-Aug-09 1:54
sola7720-Aug-09 1:54 
GeneralRe: communicate between 2 different applications using CORBA [modified] Pin
Adam Roderick J20-Aug-09 2:39
Adam Roderick J20-Aug-09 2:39 
AnswerRe: communicate between 2 different applications using CORBA Pin
Cedric Moonen20-Aug-09 2:00
Cedric Moonen20-Aug-09 2:00 
GeneralRe: communicate between 2 different applications using CORBA Pin
sola7720-Aug-09 2:10
sola7720-Aug-09 2:10 
GeneralRe: communicate between 2 different applications using CORBA Pin
Cedric Moonen20-Aug-09 2:15
Cedric Moonen20-Aug-09 2:15 
Are the applications on the same machine or different machines ?

What you have to know about Corba, is that it is used to expose objects (classes) to other applications. This way, from another application, you can access objects that are hosted in your application.
If you have to exchange data (and not really access an object from another application) between the two applications, then I would rather go for something like sockets or shared memory (a standard IPC mechanism).

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

GeneralRe: communicate between 2 different applications using CORBA Pin
sola7720-Aug-09 2:21
sola7720-Aug-09 2:21 
GeneralRe: communicate between 2 different applications using CORBA Pin
Cedric Moonen20-Aug-09 2:26
Cedric Moonen20-Aug-09 2:26 
GeneralRe: communicate between 2 different applications using CORBA Pin
sola7720-Aug-09 2:33
sola7720-Aug-09 2:33 
GeneralRe: communicate between 2 different applications using CORBA Pin
Garth J Lancaster20-Aug-09 12:12
professionalGarth J Lancaster20-Aug-09 12:12 
AnswerRe: communicate between 2 different applications using CORBA Pin
Nemanja Trifunovic20-Aug-09 4:50
Nemanja Trifunovic20-Aug-09 4:50 
AnswerRe: communicate between 2 different applications using CORBA Pin
Joe Woodbury20-Aug-09 6:05
professionalJoe Woodbury20-Aug-09 6:05 
JokeRe: communicate between 2 different applications using CORBA - Sounds risky to me... Pin
Iain Clarke, Warrior Programmer21-Aug-09 2:46
Iain Clarke, Warrior Programmer21-Aug-09 2:46 
QuestionAfter TerminateThread function is called no lines after that is being called. Pin
Le@rner19-Aug-09 23:28
Le@rner19-Aug-09 23:28 
AnswerRe: After TerminateThread function is called no lines after that is being called. Pin
Cedric Moonen19-Aug-09 23:31
Cedric Moonen19-Aug-09 23:31 
AnswerRe: After TerminateThread function is called no lines after that is being called. Pin
CPallini19-Aug-09 23:38
mveCPallini19-Aug-09 23:38 
AnswerRe: After TerminateThread function is called no lines after that is being called. Pin
Nishad S19-Aug-09 23:43
Nishad S19-Aug-09 23:43 
QuestionRe: After TerminateThread function is called no lines after that is being called. Pin
CPallini19-Aug-09 23:58
mveCPallini19-Aug-09 23:58 
AnswerRe: After TerminateThread function is called no lines after that is being called. Pin
Nishad S20-Aug-09 0:02
Nishad S20-Aug-09 0:02 
GeneralRe: After TerminateThread function is called no lines after that is being called. Pin
CPallini20-Aug-09 0:09
mveCPallini20-Aug-09 0:09 
GeneralRe: After TerminateThread function is called no lines after that is being called. Pin
Nishad S20-Aug-09 0:12
Nishad S20-Aug-09 0:12 
GeneralRe: After TerminateThread function is called no lines after that is being called. Pin
CPallini20-Aug-09 0:18
mveCPallini20-Aug-09 0:18 
GeneralRe: After TerminateThread function is called no lines after that is being called. Pin
Nishad S20-Aug-09 0:22
Nishad S20-Aug-09 0:22 

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.