How can I link two different projects written in two different languages like C++ and C# in VS ?
for example, I have a program written in c++ sum two numbers,and another program written in C# multiply two numbers,i want to link them together in VS.
many thanks and best regard
How can I link two different projects written in two different languages like C++
Share
with creating DLL file in one language and using it in another can doing this victim.