show/hide this revision's text 2 deleted 18 characters in body

Personally I'd be thinking of using something like named pipes as they are easy to use from the C++ side and the DllImports are well documented System.IO.Pipes on the .NET site side also.

It would also be the path of probably least resistance if you're planning to replace the other non .NET bits of the app over time.

show/hide this revision's text 1

Personally I'd be thinking of using something like named pipes as they are easy to use from the C++ side and the DllImports are well documented on the .NET site also.

It would also be the path of probably least resistance if you're planning to replace the other non .NET bits of the app over time.