Are there any libraries for inter-process communication (IPC) between a .NET application and a native C++ application?
Named pipes or I've used COM Interop are both good options.