Windows下通过VC6编译SQLite源代码
摘要:1.下载SQLite源代码。http://www.sqlite.org/sqlite-amalgamation-3071300.zip2.创建Win32 Dll Library工程,在工程中加入sqlite3.c, sqlite3.h, sqlite3.def。(sqlite3.def加入工程的Resource Files中)编译,出现以下链接错误:View Code Linking...sqlite3.def : error LNK2001: unresolved external symbol sqlite3_column_database_namesqlite3.def : error
阅读全文
posted @ 2012-08-03 10:56
浙公网安备 33010602011771号