News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

[BUG] new project using wxWidgets application wizard

Started by tiwag, May 30, 2006, 05:12:39 PM

Previous topic - Next topic

tiwag

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