Qbasicnews.com
1 thing I wanna know before I start using 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: 1 thing I wanna know before I start using FB (/thread-6858.html)

Pages: 1 2


1 thing I wanna know before I start using FB - KoVeNaNT - 04-11-2005

I've heard that FreeBASIC has an amazing sound library... Does it work WITHOUT the VDM thingy? :roll:


1 thing I wanna know before I start using FB - barok - 04-11-2005

True. You have your choices of Bass.dll, FMOD.dll, directsound and OPENAL.dll. There might be a few more things i can't name off the top of my head.


1 thing I wanna know before I start using FB - lillo - 04-11-2005

VDM is soundblaster emulation subsystem for DOS windows under Win2K/XP. Basically it lets old DOS apps "see" your sound card as a soundblaster.
This is not needed by FB as FB is a 32bit compiler that produces 32bit native Win32 programs. An FB app can directly use DirectSound for example.
FMOD, BASS and OpenAL are modern libs usually used by C apps, that FB apps can use natively being 32bit Win32 apps.


1 thing I wanna know before I start using FB - Rattrapmax6 - 04-12-2005

:lol: When I coded in QB I lacked a SoundBlaster card,.. Now that I code in FB, I lack all sound support,.. my luck, and a bad computer, doesn't mix well... :rotfl:


1 thing I wanna know before I start using FB - KoVeNaNT - 04-12-2005

...and one other thing. Is there a "Run" command in FBIDE as in Qbasic? It's a time saver to skip compiling to test your games or whatever I am coding..


1 thing I wanna know before I start using FB - relsoft - 04-12-2005

Yeah, FBide or context.


1 thing I wanna know before I start using FB - KoVeNaNT - 04-12-2005

Well then, bye bye QBasic!


1 thing I wanna know before I start using FB - Antoni Gual - 04-12-2005

No, FB has no interpreter. It's just a (great) compiler.


1 thing I wanna know before I start using FB - red_Marvin - 04-12-2005

But there are IDE's for fB like FBIDE where you can press F5 to
"fast run" your code (What it does is AFIK compiling it to a temp
exe and then running the exe)


1 thing I wanna know before I start using FB - KoVeNaNT - 04-12-2005

I downloaded FreeBASIC and FBide and installed it on my computer here at work and I noticed that the .DLL files aren't included? Where can I get 'em?