Author Topic: Publishing with code blocks  (Read 4898 times)

Offline The Techo

  • Single posting newcomer
  • *
  • Posts: 6
Publishing with code blocks
« on: August 04, 2009, 05:55:42 am »
This is my first win32 app i have created with CB but when i go to the exe and run it i can see my window but i also see a prompt in the background. How do i get rid of this cmd prompt???

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Publishing with code blocks
« Reply #1 on: August 04, 2009, 06:50:47 am »
How do i get rid of this cmd prompt???
Switch the application type (in project settings) from "console application" to "GUI".
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