1
Window / How can you avoid showing the console in the background?
« on: February 09, 2012, 06:38:42 pm »
Just set the Build Target to "GUI Application" instead of "Console Application"
In CodeBlocks for example in Project->Settings->Build targets->Type
I personally let the Debug build as an Console app so you can show information you need for debugging etc. And the Release build as an GUI Application
In CodeBlocks for example in Project->Settings->Build targets->Type
I personally let the Debug build as an Console app so you can show information you need for debugging etc. And the Release build as an GUI Application