Standard C++ Project template

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
 
D

David Lowndes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top