Is there an easy way to serialize data in c++ (either to xml or binary), and then deserialize the data in C#?
I\'m working with some remote WINNT machines that won\
There are a lot of options you can choose from. Named pipes, shared memory, DDE, remoting... Depends on your particular need.
Quick googling gave the following:
Named pipes
Named Shared Memory
DDE