5
Reply

How to import C++ methods in C#

Pranav Thakur

Pranav Thakur

Nov 2 2009 8:11 AM
6.8k

Hi,
I have coded few methods in C++ language. These methods are to be used in C#.NET . I guess I need to convert the .CPP file(C++ code) into DLL and then import the methods in C#. Can any one give an idea how to convert .CPP file into DLL and then use that DLL in C#.
Thanks.
 
 

Answers (5)