I need to transfer data between two application one written in C# and Other written in C++ . Both application run in same machine(No server /client communication).
For eg ; when i get some information in C# application it should pass those data to C++ application so that C++ application manipulate those data and provide the resultant in C++ Gui application .
i have seen while googling that for interprocess communication , wm_copydata message , named pipes , COM , sockets are the ways for inter process communication . But for communication between two applciation which is running in same machine which can be applicable . Please help me to proceed in this work . Thanks .
Please help me in providing some ideas .
Please help me to proceed with the work. Thanks in advance