c++ - OpenAL ALUT sound error -


after looking on internet, not find answer issue.
creating game university assignment , marks , have decided implement sound game.

i using openal alut .dll's. here errors get.

error list

above error list me declaring sound , things need sound.

it looks you've forgot link against libraries.
error don't seem have openal though.

try , find out definition of tle::new3dengine , add library additional dependencies (project -> linker -> input). should add %(additionaldependencies) rid of getsystemmetrics linking error.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -