Page 1 of 1

freebasic audio library

Posted: Thu Jul 26, 2007 8:13 am
by Hrothgar
I'm trying to get some sound for a little amature game I'm working on but when I try to use the fmod library that comes with freebasic it screws up completely.

When I try to '$include: 'fmod.bi' and compile it throws a bunch of errors at me leading with:
"A required .DLL file, FMOD.DLL, was not found."

I even get the same problem when I try compiling the FMOD example program.

What can I do to fix it?

Posted: Thu Jul 26, 2007 4:04 pm
by Nodtveidt
You could try downloading FMOD. That would be a great place to start. ;)

EDIT: Yes, that was a bit sarcastic. ;) But seriously...FB doesn't come with the DLLs anymore, so you need to download them separately.