How to import C++ methods in C#
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.