On Jul 30, 2008, at 10:22 AM, Marco Bambini wrote: > Can someone clarify this point please? > I mean, if I want to compile sqlite in a way that it should be able to > load extensions, SQLITE_CORE could be defined or not? > Or if it doesn't matter, what is its role? >
A developer using SQLite in their product should never have to mess with SQLITE_CORE. The SQLITE_CORE macro is for internal use only. If you find a case where you think you have to set SQLITE_CORE manually in order to compile SQLite, that is bug - either in SQLite itself or in your use of SQLite. D. Richard Hipp [EMAIL PROTECTED] _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users