[sqlite] unresolved external symbol

2008-07-01 Thread Mauricio Camayo
Hi list. I'm currently making modifications to a project, and want to add SQLite3 to it. I'm using VS6, have the sqlite3.h and sqlite3.c in the same directory, and this is the code: #include sqlite3.h bool TestSQLite() { sqlite3 *db; int rc; rc = sqlite3_open(test.sqlite,db);

[sqlite] unresolved external symbol

2008-06-30 Thread Mauricio Camayo
Hi list. I'm currently making modifications to a project, and want to add SQLite3 to it. I'm using VS6, have the sqlite3.h and sqlite3.c in the same directory, and this is the code: #include sqlite3.h bool TestSQLite() { sqlite3 *db; int rc; rc = sqlite3_open(test.sqlite,db);