Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: tiwag on May 30, 2006, 05:12:39 pm

Title: [BUG] new project using wxWidgets application wizard
Post by: tiwag on May 30, 2006, 05:12:39 pm
when using the wxWidgets project application generation wizard i found two bugs

1. the target type was set to "console application" instead of a "GUI application"
2. the precompiled header file wx_pch.h is invoked by the compiler option "-include wx_pch.h"
    but the file isn't set to be compiled, therefore no precompiled header file is generated and not used.

my used settings:
* Create "Debug" configuration
* Use wxWidgets DLL, monolithic library, unicode
* Create and use PCH

Compiler GCC


added item to Berlios bug tracker
https://developer.berlios.de/bugs/?func=detailbug&group_id=5358&bug_id=7697