libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL3 VisualC project not building: unresolved external symbols

AntTheAlchemist opened this issue · comments

Windows 10, Win32 build produces these errors:

mixer.obj : error LNK2019: unresolved external symbol _Mix_LoadSndFile_RW referenced in function _Mix_LoadWAV_RW
mixer.obj : error LNK2019: unresolved external symbol _SNDFILE_uninit referenced in function _Mix_Quit

Looks like load_sndfile.h and load_sndfile.c didn't get added to the project.

I'll fix that, thanks.

Fixed with a8fd2c1 thanks