DanielSefton
18-05-2008 14:59:21
Hi,
I have managed to compile OgreAL fine, and I've added it to my project which also builds ok. But when I try to run the application, this error pops up:
My first thought was that I had an old OpenAL32.dll file, but I'm not sure... Will I need to rebuild OpenAL again?
It happens with this line:
Any ideas?
Thanks!
Dan.
I have managed to compile OgreAL fine, and I've added it to my project which also builds ok. But when I try to run the application, this error pops up:
"The procedure entry point alcGetEnumValue could not be located in the dynamic link library OpenAL32.dll."
My first thought was that I had an old OpenAL32.dll file, but I'm not sure... Will I need to rebuild OpenAL again?
It happens with this line:
OgreAL::SoundManager* soundManager = new OgreAL::SoundManager();
Any ideas?

Thanks!
Dan.