Using VC++ code in .NET

  • Thread starter Thread starter news.oleane.fr
  • Start date Start date
N

news.oleane.fr

I have some VC++ tested code (application with real time stuff, thread,
....) that I want to use from C#.NET.
I know I have methods to port the code from VC++ code to .NET but my code
is tested and I do not want to port that to C#.NET.
Then I know that .NET can use the unmanaged code,
I think I have options to make the dll of the code I have and then call the
functions from my .NET code.

But I am confused how can I do that because I could not find a good tutorial
on that.

If someone has some suggestions on how to use my VC++ code in .NET. please
suggest.

Thanks
PF
 
Back
Top