Code::Blocks Forums
User forums => Help => Topic started by: fooman on August 28, 2006, 04:34:07 pm
-
Hello,
I created a new project using the Window Creation template, and when I ran it the console runner was showing and running behind the window. How do I not show this?
-
maybe code blocks made the project a console project. To fix it, go to project -> properties -> targets, then change "type" to GUI application.
-
Hello,
I created a new project using the Window Creation template, and when I ran it the console runner was showing and running behind the window. How do I not show this?
Maybe by *not* running the "Debug" but the "Release" target. The console is a feature of the debug target that allows to see messages (e.g. log messages) that are being printed to the console.
With regards, Morten.
-
that's interesting, I didn't know that. So codeblocks isn't broken, good.