Bug #9860 2007-01-02 21:30

disciplezero

When Creating a GUI app mode is set to console

If you create a new project via the File->New->Project, and select the "Win32 GUI Project" the settings under Project/target options (right click on the project and click properties) is still set to Console (under targets->type).

Category
Application::WrongBehaviour
Group
 
Status
Closed
Close date
2007-01-03 19:57
Assigned to
 
disciplezero 2007-01-02 21:32

Turns out this is a mistake on my side... Debug mode is set to Console, I assume for functionality of things like printf

The Release is set to GUI - this can be removed.