Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何构建 sqlite3 库以与 bode 块 mingw 编译器一起使用?我已经下载了它包含我要创建库sqlite amalgamation的四个文件。shell.c, sqlite3.c, sqlite3.h, sqlite3ext.hsqlite3.a
sqlite amalgamation
shell.c, sqlite3.c, sqlite3.h, sqlite3ext.h
sqlite3.a
(我用的是win xp sp3)
使用 SQLite的推荐方法是将其静态编译到您的程序中,即将sqlite3.c文件添加到您的其他源文件中。
sqlite3.c