[SOLVED] OpenAL32.dll crash

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:

"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.

metaldev

30-05-2008 02:38:48

you can find it in c:/windows/system32
after installing openAL

alphasnd

30-05-2008 10:20:48

Try to install the lastest openal for Windows: http://connect.creativelabs.com/openal/ ... alinst.zip

DanielSefton

30-05-2008 14:24:03

Thanks guys! 'twas indeed an old dll. Everywhere I looked had version 0.9 - I had no idea CreativeLabs provided the recent one. :shock: