首页 > 数据库技术 > 详细

vc sqlite

时间:2020-08-20 12:24:55      阅读:73      评论:0      收藏:0      [点我收藏+]

官网

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

 

vc sqlite

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!