How to integrate C/C++ source code into C# project

  • Thread starter Thread starter hitbuyi
  • Start date Start date
H

hitbuyi

Guest
Now I have some UI source code written in C#, and my algorithm written in C/C++, I wanna add C/C++ source code(not DLL) in C# project for visually debugging, Is it possible? if so, how to do it

I know firstly compling C/C++ as DLL file ,and then calling the C/C++ dll file in C# project is possible, but it is not what I want, because debugging in this way is not convenient, what i want is compliling C# UI code and C/C++ algorithm code at the same time, and display at the same time, like MATLAB does


regard.

Continue reading...
 
Back
Top