How to compile SDL version with VS2012?

my operating system is Windows8.
But i can’t compile the release SDL successful. there is something wrong prevent me from generate EXE.
I’m already setup the SDL include the VS, and there is still some error in it.
1.can’t open mapitemsdef.cpp
2."strcasecmp"The identifier not found




Looks like msvc project has not been updated after recent changes so there are missing files.

  1. mapitemsdef.cpp was removed, and its functionality moved to json files. Just remove it from the project.
  2. see http://stackoverflow.com/questions/3694723/error-c3861-strcasecmp-identifier-not-found-in-visual-studio-2008 and http://stackoverflow.com/questions/7248509/strcasecmp-was-not-declared-in-this-scope

thanks, It’s updating now.
and i can’t find the reason of the lost file .so I redownload it.



thank you!successful!wonderful!