Qbasicnews.com

Full Version: Bug in FBIde Compiling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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).
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.
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