I have a problem using Irrklang in my Irrlicht project...
If I call the function "createIrrKlangDevice()" somewhere in my code, like
Code: Select all
irrklang::ISoundEngine* soundEngine = irrklang::createIrrKlangDevice();Without this line, the application runs properly.
I have read the documentation as well as the demo's source code, but I still don't have a clue what is going wrong...
(The demo won't compile by the way..don't know if it's related but I get this message: [Linker error] undefined reference to `_imp___ZN8irrklang20createIrrKlangDeviceENS_21E_SOUND_OUTPUT_DRIVEREiPKcS2_'
)
I'm using Irrlicht 1.4 and IrrKlang 1.0.4 (but 0.9 didn't work either)
I would be very grateful for any ideas...

