Having Linking Issue

Hi,

You don’t have to place the lib file in System32 or SysWOW64 folders. I bet there’s problem with you lib directory setup, by the way.

Open the project properties, choose configuration properties -> Linker. Change the Additional Library Directories by adding the path that contains SDL2_mixer.lib.

Hello again,

Well, when you specify the library file name, don’t put ; (semicolon) after each file name if you enter them in the Addtional Dependencies dialog. The screenshot in the Lazy foo website seems to be wrong.