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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -