PDA

Click to See Complete Forum and Search --> : adding BLANK project to workspace?


softwareguy74
Nov 22nd, 2000, 12:06 PM
Hi,

Using Visual C++, it it possible to add a new blank project to the currently open workspace? I can't seem to figure out how to do this..

It seems that all you can add to the currently open workspace is an existing project or a new project as defined in the "Add projects" list. But that list does not allow for a plain/default project type.

For example, when you try to build a program that is not currently part of a project space, it will ask you if you want to create a "default" project.. How can I create this "default" project space myself?

I don't want to use any of the predefined project types...

Thanks,

Dan

parksie
Nov 22nd, 2000, 04:54 PM
It doesn't matter since they're all the same, but with a few customisations. Just add either Win32 Application or Console Application and tweak away...;) They have the least overhead of anything.