c++ - linker error - libraries in SDL - Visual Studio 2010 -
I used to work with SDL several times, but setting it up is a real pain in the back. Getting: "Error LNK 2001: Unsolved external symbol _SDL_Quit" repeatedly and then I added the directory, added specific libraries for the linker (I tried both x32 and x64) and I still have the same problem Even thoughts?
If you link with both the libsdl and libsdlmain libraries, it seems that libsdlmain is unavailable. .
Comments
Post a Comment