vc sqlite

官网

https://www.sqlite.org

Windows 下 由SQLite3.def文件生成SQLite3.LIB文件

开始程序->Microsoft Visual Studio 2013->Visual Studio Tools->Visual Studio 2013 Command Prompt

进入指定目录(包含sqlite3.def、sqlite3.dll文件)

lib /def:sqlite3.def /machine:ix86 

CppSqlite

cppsqlite下载地址:https://github.com/lmmir/CppSQLite3

https://blog.csdn.net/u010154424/article/details/51250281

编译时可能会遇到下面的问题:

VS中设置#define _CRT_SECURE_NO_WARNINGS的两种方式

https://www.cnblogs.com/ttss/p/4161815.html

原文地址:https://www.cnblogs.com/CipherLab/p/13533930.html