Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Window App Only - No Console Window
#1
Hi There,

if you are using/wanting a window application only, Is there a OPTION GUI or OPTION NO CONSOLE I can use?

I could use FreeConsole() at the beginning of my code, but its ugly!! (not fast enough in hiding the console window).

Regards

John
Reply
#2
sorry....forgot to add that this is a FreeBasic question.

Thanks
Reply
#3
Just compile using -s gui.

I'd suggest you to keep the console while you are developing, as a CTRL+C when the console is focused will terminate your program. Once you finish, you can get rid of the console.
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#4
Keeping the console open is a good way of debugging too, if you need to watch a variable then just spatter in some print commands and maybe a #define debug and #ifdef debug and viola you have some basic debugging.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)