LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Evil-Devil on November 01, 2005, 11:24:37

Title: Unable to load FMOD Library (win32)
Post by: Evil-Devil on November 01, 2005, 11:24:37
Hi, yesterday I downloaded the 0.98 version and run though all examples. But all the Fmod examples failed to run. I got a "failed to load fmod ...".
But why? The fmod dll is located in the same folder as any other native library. So it have to load like any other.

Any ideas about fixing that?

Evil
Title: Unable to load FMOD Library (win32)
Post by: Matzon on November 01, 2005, 12:13:13
you need to get the fmod.dll from http://fmod.org
the lwjgl-fmod.dll is the binding dll, not the actual fmod implementation.
Title: Unable to load FMOD Library (win32)
Post by: Evil-Devil on November 01, 2005, 12:14:52
Oh, I hadn't known. Thanks :)