Guest_imported
New member
- Jan 1, 1970
- 0
Hi, I have 2 applications (.exe) that need to communicate.
I know how to have a bidirectional communication between an application and a COM object using a callback object (sink).
app <----> COM
So I devise the following:
app1 <----> COM <----> app2
Is that possible ?
I´m getting trouble to put that to work.
What I need to know to make this happens ?
Thanks.
I know how to have a bidirectional communication between an application and a COM object using a callback object (sink).
app <----> COM
So I devise the following:
app1 <----> COM <----> app2
Is that possible ?
I´m getting trouble to put that to work.
What I need to know to make this happens ?
Thanks.