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!