I am trying to do one that requires I use SDL2 and I was excited to finally start attempting to write a program. I downloaded SDL2 and didn't have any problems.
Next I opened a new empty project followed the instructions to add the include folder, lib(x86) folder, and I added the sdl2.lib and sdl2main.lib to the linker.
When I tried to build the project I received the following error.
1>MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library 1>sdl2main.lib(SDL_windows_main.obj) : error LNK2019: unresolved external
symbol _SDL_main referenced in function _main 1>c:\users\nas\documents\visual studio 2013\Projects\Basic SDL\Debug\Basic SDL.exe : fatal error LNK1120: 1 unresolved externals