Hey guys, ive just followed LazyFoo's tutorial on how to link SDL with visual studios 2010 express C++, Now i have it worked on my home computer which is 64bit, and im trying to get it to work on my laptop which is also 64bit, but after i follow the steps with include,library,import SDL.lib and SDLmain.lib and setting the coding compiler. i have no red lines but i get 4 errors
Error 1 error LNK2019: unresolved external symbol _SDL_Quit referenced in function _SDL_main C:\Users\Canvas\Documents\Visual Studio 2010\Projects\SDL_Lazyfoo_Tut1_Image\SDL_Lazyfoo_Tut1_Image\main.obj SDL_Lazyfoo_Tut1_Image
Error 2 error LNK2019: unresolved external symbol _SDL_Init referenced in function _SDL_main C:\Users\Canvas\Documents\Visual Studio 2010\Projects\SDL_Lazyfoo_Tut1_Image\SDL_Lazyfoo_Tut1_Image\main.obj SDL_Lazyfoo_Tut1_Image
Error 3 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup C:\Users\Canvas\Documents\Visual Studio 2010\Projects\SDL_Lazyfoo_Tut1_Image\SDL_Lazyfoo_Tut1_Image\MSVCRT.lib(crtexew.obj) SDL_Lazyfoo_Tut1_Image