Qbasicnews.com

Full Version: Problem with FBIde
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Quote:Ok, thanks, atleast someone can answer my quetion without sarcasm and the actual answer...
A command prompt, aka a command shell, aka cmd, aka shell..
:roll:
Lol, a bit late but Ok, and Z!re, you changed your avatar back, yay, lol.
By the way guys...fpp is a freebasic preparser that extends FB's capabilities by adding additional psuedocommands to FB's syntax. For example, you can compile a GUI app by simply using
Code:
'$gui
rather than using the -s gui switch. It helps out a lot when using FBIDE. Its best feature is the ability to compile resource files into your app without having to compile them manually with gorc.

And for the record...it is wise to put fbide in the same working directory as fbc and fpp. That way, it's virtually impossible to fuck up your install. Tongue
Don't worry, I did, so is it better to use fpp.exe or fbc.exe???
Better to use fpp, as that's what FBIDE is preconfigured for, plus as I said, it extends FB's capabilities.
then how come it doesn;t work, or is it just the quickrun doesn't work, because when I try and quickrun using fpp.exe as compiler, it doesn't do anything.
Pages: 1 2 3