Search code examples
c++audiovisual-studio-2013openal

OpenAL ALUT sound error


After looking on the internet, I could not find an answer to my issue.
I am creating a game for a university assignment and for extra marks and I have decided to implement sound into my game.

I am using the OpenAL with ALUT .dll's. Here are the errors that I get.

Error List

Above the error list is me declaring the sound and things I need for sound.


Solution

  • It looks like you've forgot to link against some libraries.
    Those error don't seem to have anything to do with OpenAL though.

    Try and find out where the definition of tle::New3DEngine is and add this library to your additional dependencies (Project -> Linker -> Input). You should also add %(AdditionalDependencies) which will hopefully get rid of the GetSystemMetrics linking error.