creating dll files in VC++ .NET

Ezguy

Freshman
Joined
Jul 24, 2003
Messages
41
Does any one know how to create a dll file in VC++.NET. I dont find anywhere in vc++.net the option to create a dll file.

thanks in advance.
 
ClassLibrary ?
Extended Stored Procedure Dll ?
MFC Dll ?
Windows Control Library (.NET) ?

They all make dll in the end. (even ASP.NET project)

The dll you want depend of what you want.

(You might not see all of above... I got VS.NET 2003 Professional English)
 
Back
Top