Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug in FBIde Compiling
#1
I don't know if this has been addressed, but parameters don't pass through with 0.4.6. I'm trying to pass -s gui and it isn't working, I have to use the cmdprompt (then it works, so it's not fbc).
Reply
#2
If you're using fpp to compile instead of fbc directly, you can just use this:

'$gui

at the top of your sourcecode and it'll compile a GUI app automatically. By default, FBIDE spawns fpp, rather than fbc, to give FB code a bit of an extension.
\__/)
(='.'=) Copy bunny into your signature to
(")_(") help him gain world domination.
Reply
#3
hey if you mean parameters that you select from run menu then you got it wrong. These parameters are passed to your program and NOT fbc. to set parameters for fbc select view->settings->freebasic and there's a line(compiler command) smth like "<$fbc>" "<$file>" add to the end your -s gui

cheers
url]http://fbide.sourceforge.net/[/url]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)