1
Answer

caling a C++ file from C#

I have a VC++ solution file(.exe). I want to call a method of that file in my C# program. How should I do it? Please send an example if possible

Answers (1)