Bug #12780 2007-12-24 13:02
clyfish
ConsoleLanguagePage skipped after creating win32 gui project
http://forums.codeblocks.org/index.php/topic,7514.msg56883.html#msg56883
version: win32 Nightly builds rev4749
It can be reproduced by:
1. create a "Win32 GUI project" project
2. create a "Console application" project
In step 2 the dialog to select language(ConsoleLanguagePage ) is skiped,
So I can't create a c(not c++) language console project after creating a win32 gui project.
- Category
- Application::WrongBehaviour
- Group
- Status
- Open
- Close date
- Assigned to
- biplab
History
mortenmacfly 2008-02-05 20:32
Might be that the wizards use the same (= same name) "global" variable(s)? Did anyone try to simply rename the wizard's instance variables that save the internal wizard state to be defnitely different?