Author Topic: Console Runner Displaying  (Read 5249 times)

fooman

  • Guest
Console Runner Displaying
« 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?

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
Re: Console Runner Displaying
« Reply #1 on: August 28, 2006, 11:53:23 pm »
maybe code blocks made the project a console project. To fix it, go to project -> properties -> targets, then change "type" to GUI application.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Console Runner Displaying
« Reply #2 on: August 29, 2006, 08:58:35 am »
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
Re: Console Runner Displaying
« Reply #3 on: August 30, 2006, 12:51:41 pm »
that's interesting, I didn't know that. So codeblocks isn't broken, good.