Creating C++ DLL and using it in C#



Creating C++ DLL and using it in C#

Creating C++ DLL and using it in C#

Tutorial on how to create a C++ DLL and how to use that DLL in C# code. Includes creating and passing instances of objects and fixes to possible errors that may occur.

Comments are closed.