Qbasicnews.com
Problem with FBIde - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+--- Thread: Problem with FBIde (/thread-8374.html)

Pages: 1 2 3


Problem with FBIde - Z!re - 12-13-2005

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:


Problem with FBIde - axipher - 12-13-2005

Lol, a bit late but Ok, and Z!re, you changed your avatar back, yay, lol.


Problem with FBIde - NecrosIhsan - 12-13-2005

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


Problem with FBIde - axipher - 12-13-2005

Don't worry, I did, so is it better to use fpp.exe or fbc.exe???


Problem with FBIde - NecrosIhsan - 12-13-2005

Better to use fpp, as that's what FBIDE is preconfigured for, plus as I said, it extends FB's capabilities.


Problem with FBIde - axipher - 12-13-2005

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.