Thanks for your reply Roger, but doesn't the inclusion of the sqlite3.h file do that? If not, could you give me a better example please?
David Roger Binns wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > David Morris wrote: >> Building sqliteFirst.obj. >> Building SQLiteFirst.exe. >> POLINK: error: Unresolved external symbol '_sqlite3_open'. >> POLINK: error: Unresolved external symbol '_sqlite3_errmsg'. >> POLINK: error: Unresolved external symbol '_sqlite3_close'. >> POLINK: error: Unresolved external symbol '_sqlite3_exec'. >> POLINK: error: Unresolved external symbol '_sqlite3_free'. >> POLINK: fatal error: 5 unresolved external(s). >> *** Error code: 1 *** > > You need to link against the sqlite library which provides those symbols. > > Roger > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkrGrnYACgkQmOOfHg372QSc8QCgxRY6MJbcdOsGYvy329Drb0h0 > 39EAoN0id+k2WFyDPqO4rUuOAnFMOzC1 > =gool > -----END PGP SIGNATURE----- > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > -- View this message in context: http://www.nabble.com/Compile-test-example-problem-tp25724582p25725034.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

