Send message from C# to C++

Hello,

I have two applications, one c# and another c++. I want the c# one to
run the c++ application and sends message (ex. string ... certain data
needed to initialize the c++ application) to it.

Please, help me... how to implement that in both sides (C# sends
message & C++ receives it)

Any thoughts, ideas, advice will be highly appreciated. :-)
Thanks!
closed account (S6k9GNh0)
I should be similar to C++. If you can figure that out, you might be okay.
closed account (z05DSL3A)
You will probably want to read up on .net remoting,IPC, Pipes, etc.
Topic archived. No new replies allowed.