Qbasicnews.com

Full Version: fbgfx how to compile with that?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Title says all.

I'm editing a small program and trying to compile it it's telling me it can't find -lfbgfx Anyone know how to make sure it knows where it is?

Using fb .12b for those who need to know.
Are you sure you correctly installed FB 0.12?
And what platform are you using?
If you are running Windows version you have two options:
-have your .bas file in the same folder fbc.exe is
or
-add to your path the fbc, \bin, \inc, and \lib folders

if you do otherwise, fbc will not be able to find all files it needs to run.