Tagged Questions

1
vote
4answers
383 views

Visual Studio 2008 - Sharing Data in C++/C# Multi Project Solution

I have a solution with 2 projects: a c++ main project a c# project (display simulator) Today these 2 apps share data using a loopback TCP client/server connection, but that's not very optimal ...