Hi, I'm having a linking problem and I suspect that the fault goes to the version of sqlite3 that comes with my distribution. It's 3.5.9. These functions seems to be missing:
sqlite3_initialize sqlite3_next_stmt sqlite3_os_end sqlite3_os_init sqlite3_shutdown I wasn't able to find the old version end check if those functions were already there. Does anyone knows if those are new functions? If someone use my source with a newer version (3.6.4), is there a risk of problems (since, for instance, she would not be able to call sqlite3_initialize)? Thanks, MaurĂcio _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

