Sunday, August 2, 2009

How can i generate a dll file of the class i have made in C++?

i am currently using Visual Studio .NET 2003.

How can i generate a dll file of the class i have made in C++?
right click on your project name in the Solution Explorer and click Properties.


in the Application tab change the Application Type from Windows Application to Class Library.


in the main menu click Build %26gt; Build "ProjectName".


now you'll find a .dll file in the bin directory





hope this help...


No comments:

Post a Comment