Error C4996 received when compiling sqlite.c in Visual Studio 2013

后端 未结 5 1725
生来不讨喜
生来不讨喜 2020-12-23 21:49

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         


        
5条回答
  •  [愿得一人]
    2020-12-23 22:27

    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).

提交回复
热议问题