Qbasicnews.com
switching from 4.5 to FB - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+--- Thread: switching from 4.5 to FB (/thread-5836.html)

Pages: 1 2


switching from 4.5 to FB - Diroga - 01-28-2005

all i have ever done in QB has been in 4.5. i never have done much. what should i acpect form FB and how is the transition? are there a bunch of new commands and syntax?


switching from 4.5 to FB - na_th_an - 01-28-2005

What's "acpect"?

Syntax is the same. There are some new commands and mostly new features, but you can keep coding the way you did in QB 4.5, provided you don't use MSDOS-specific hacks.


Re: switching from 4.5 to FB - theuserbl - 01-28-2005

Quote:all i have ever done in QB has been in 4.5. i never have done much. what should i acpect form FB and how is the transition? are there a bunch of new commands and syntax?

The most difference between the two are, that FB is 32bit.
That means also, that a integer variable is 32 bis and not 16 bit.
Additional you can difine variables as "byte" and so on.

I think in all other points FB is completly compatible to QB.


Greatings
theuserbl


switching from 4.5 to FB - helium - 01-28-2005

Quote:What's "acpect"?
Perhaps "expect"?


switching from 4.5 to FB - steven_basic - 01-28-2005

Quote:
Quote:What's "acpect"?
Perhaps "expect"?

Maybe he meant IcePIC : The Europa "Ice Penetrator Internet Committee"?


switching from 4.5 to FB - Z!re - 01-28-2005

fb is qb, but more powerful.

For non-graphics stuff it's basically the exact same thing (except for integers eing 32 bit, and short being the new 16bit variable type)


For graphics, it's a bit different, but nothing you wont pick up easily.

I would recomend though, that you learn SDL or some other gfx lib directly instead of relying on the inluded gfx libs, not that there's anything wrong with them, it's just that if you ever want to add stuff, it's much easier if you are already using SDL (for example), such as image handling and stuff.


switching from 4.5 to FB - Antoni Gual - 01-28-2005

And the most important difference:
FB does'nt have an IDE or a debugger (yet)


Fb IDE - rayjohn01 - 01-28-2005

There is an unofficial IDE , which actually works pretty well , it is dpwn loadable -- but I cannot for the life me remember from where
maybe sourceforge.net -- but I am sure someone can tell you.


FB IDE - rayjohn01 - 01-28-2005

see www.hot.ee/wizgui/setup.exe
From Vongoderic.
Put these files in the FB folder which itself should be in your main 'C' directory.
Make sure you have the sdl.dll file in windows sytem folder.


Re: Fb IDE - retsyo - 01-29-2005

Quote:There is an unofficial IDE , which actually works pretty well , it is dpwn loadable -- but I cannot for the life me remember from where
maybe sourceforge.net -- but I am sure someone can tell you.
Like what Antoni Gual has said, QB' IDE is not only an IDE but also a debugger, and that makes QB more user-friendly than FBC. For a pure editor+executer, UltraEdit, EditPlus and SciTE are all good choices at least for me.