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

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

Pygame memory leak with transform.flip -

cmake set_source_files_properties not working properly -