Monday, May 24, 2010

How to call/load .net dll(C#) from c++ code?

Go to the C++ project in Visual Studio.





In the solution explorer, right click the project and choose References option. It will show a form where you can click on a button named 'Add new References'. Now in the .NET tab you will see the standard .net DLL, while you can click on Browse to load a custom made dll (your own code's DLL)


No comments:

Post a Comment