Author Topic: Hide Console  (Read 27021 times)

abarzuaf

  • Guest
Hide Console
« on: December 24, 2008, 06:37:35 am »
Hello.

I've searched the forum, but still not as hides the console window when I run a Win32 application.
How could hide the console window?.

Thank you

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Hide Console
« Reply #1 on: December 24, 2008, 08:52:45 am »
I've searched the forum, but still not as hides the console window when I run a Win32 application.
How could hide the console window?.
change the application type from "console" to "GUI application" in the target options (project properties -> tab "build targets").
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

abarzuaf

  • Guest
Re: Hide Console
« Reply #2 on: January 06, 2009, 02:34:42 am »
thanks very much :D