Differences between appletloader natives and dll natives?

Started by paulscode, March 31, 2008, 21:45:40

Previous topic - Next topic

paulscode

I solved the problem.  I was WAY off track with the whole natives discussion.

SOLUTION (IMPORTANT FOR ANYONE USING SOUND IN THEIR APPLET!):
Sound must not be initialized in an applet's init() method!

Simply moving the code out of the init() method fixed it.  Yes ... it was that simple.  Probably a thread issue, couldn't say.


Quote from: javalwjgl on April 01, 2008, 18:41:59
you should blame your own code before the library you are using  ;D

Sound advice, oh wise javalwjgl ...