Yes, creating the workspace first before adding C++ files is a simple way to
do this. For some reason, I had tried Compiling the C++ file first. Then VC
6 offers to create the configuration files. If you click yes to that, then
you get a Console app.

Signature
Thanks,
Larry
> > Is there anyway to change or overide the dsp setting to create a Win32
> > Windows app instead of a CONSOLE app (Other than manually editing, which
[quoted text clipped - 11 lines]
> Regards,
> Will
William DePalo [MVP VC++] - 18 Jul 2005 03:10 GMT
> Yes, creating the workspace first before adding C++ files is a simple way
> to
[quoted text clipped - 3 lines]
> then
> you get a Console app.
Ah, I see now. It offers to create a default workspace and doesn't say which
kind of project is the default.
It reminds me of the old joke where a guy does to a doctor and says "It
hurts when I do this". The doctor says "So don't do that". :-)
Seriously, I don't think you can change that default. The most expedient
thing to do is to do is to create a fresh project and ad the sources to it.
Regards,
Will