1. 使用VC创建静态库工程sqllite
2. 工程中添加shell.c, sqlite3.c, sqlite3.h, sqlite3ext.h四个文件到工程中
并且去掉shell.c, sqlite3.c的预编译头处理.
2. 工程中添加shell.c, sqlite3.c, sqlite3.h, sqlite3ext.h四个文件到工程中
并且去掉shell.c, sqlite3.c的预编译头处理.
3. 编译成功了.
官网: http://www.sqlite.org/