Jump to content
SubSpace Forum Network

Recommended Posts

Posted
well remember Visual Studio 6 = C++ (and other languages), Visual Studio .NET = C# (and other languages).
No...Visual Studio .NET is the natural progression of VS6, it just has C# stuff _ADDED_.
Posted

Instructions for creating a DLL project in VC++ .net:

 

1. Open the Program

2. Click File->New->Project

3. Open the Visual C++ Project Folder and Click on Win32

4. In the right hand side menu, click on Win32 Project and enter a project name and where to place it. Press OK once you got that done.

5. A window will open, press on Application Settings on the right. In this window, under Application Type: click on the DLL radio button (dot) then in Additional Options click on Empty Project. Press OK.

 

Now the rest is simple, add the files you need with the project->add existing items and compile. Hope that all works out for you.

Guest
This topic is now closed to further replies.
×
×
  • Create New...