freebasic audio library

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Hrothgar
Coder
Posts: 25
Joined: Tue Nov 22, 2005 8:32 pm
Location: Perth, Oz

freebasic audio library

Post 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?
Image
Towels may be harmful if swallowed in large quantities.
Nodtveidt
Veteran
Posts: 826
Joined: Sun Jul 25, 2004 4:24 am
Location: Quebradillas, PR
Contact:

Post 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.
Post Reply