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.

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
Post a Comment