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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -