Standard C++ Project template

  • Thread starter Thread starter 4Space
  • Start date Start date
4

4Space

In VC7.1, where is the project template to create a standard native C++
project?? I don't want MFC, I don't want Win32, I just want a nice basic
standards compliant C++ dll.

The best I seem to be able to do at the moment is create a managed dll and
go through all the options changing them.

Any offers?

4Space
 
In VC7.1, where is the project template to create a standard native C++
project?? I don't want MFC, I don't want Win32, I just want a nice basic
standards compliant C++ dll.

I'm not sure what a "standards compliant C++ DLL" is - but what you're
looking for is the Win32 Project option.

Dave
 
Back
Top