Marcus wrote:
Just a guess:
It looks you are compiling/using c++, on Windows that wouldn't work
if the sqlite library is compiled as C (which is the usual case).

So, you might have a calling convencion issue...

Just a guess, though.

The sqlite3.h header has proper, "extern "C" {" wrappers around its declarations, guarded by "#ifdef __cplusplus", so this is not an issue. It is perfectly reasonable to call into the SQLite code from C++.

--
Larry Brasfield
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to