I ported my project over from Visual Studio 2012 to 2013 and sqlite.c will not compile in it. I\'m receiving this compile-time error:
error C4996: \'GetVersi
I had a similar problem trying to use WTL in a VS 2013 C++ app. Try changing the Platform Toolset in the General page of your project settings to Visual Studio 2013 - Windows XP (v120_xp).
Platform Toolset
General
Visual Studio 2013 - Windows XP (v120_xp)