Hi!
I am using LWJGL 0.99 and Java 1.5 Update 5 and FMOD 3.75. I called
FMOD.create();
FSound.FSOUND_Init(44100, 1, 0);
to initialize FMOD and FSound. But when I call FSound_DSP_Create I get this error message:
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: nFSOUND_DSP_Create
at org.lwjgl.fmod3.FSound.nFSOUND_DSP_Create(Native Method)
at org.lwjgl.fmod3.FSound.FSOUND_DSP_Create(FSound.java:3028)
at PlayDialog$12.actionPerformed(PlayDialog.java:404)
...
Is this my fault, or is this a bug in LWJGL?
WiESi