Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how compile but not have text screen
#1
in my programs i never use the text screen just screen 12 so how do i get it to just bring up screen 12 and not the text screen?
o live is to die, to die is to expel, to expel is to exist is to live without knowing to be
Reply
#2
Do you mean the console? If so its a compiler switch: -s gui will get rid of it. So, make your .bas file, go to a command window (F8 in FBIDE) and go to the FreeBasic folder. There type
Code:
fbc -s gui YourFile.bas
You should get a nice exe in the folder that runs without a console window popping.

Here is another thread on this (I love the search feature).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)