Author Topic: [BUG] new project using wxWidgets application wizard  (Read 4240 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
[BUG] new project using wxWidgets application wizard
« 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
« Last Edit: May 31, 2006, 02:02:32 pm by tiwag »