Hello,
I wish to know if there is a way to compile a program [a single program outside of any project] so that a command console doesn't show up. I know it's possible with a project after setting it's type to GUI application, and it does indeed work. But is it possible without joing a file to an existing project? I tried putting -mwindows in linker settings, but it didn't work.
Specification:
I may have not make myself clear. Putting m-windows does work as it is supposed to. After running the *.exe from outside code::blocks the console does not pop up. What I wanted to know is - Is it possible to tell code::blocs not to display the console while running the program from inside it (by pressing F9 or ctrl+F10). Is there a switch somewhere or is it hardcoded?