Re: [sqlite] SQLITE_CORE use for ??

2008-10-24 Thread MikeW
D. Richard Hipp <[EMAIL PROTECTED]> writes: > > 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,

Re: [sqlite] SQLITE_CORE use for ??

2008-07-30 Thread Marco Bambini
Thanks a lot for the clarification. --- Marco Bambini http://www.sqlabs.net http://www.sqlabs.net/blog/ http://www.sqlabs.net/realsqlserver/ On Jul 30, 2008, at 4:28 PM, D. Richard Hipp wrote: > > On Jul 30, 2008, at 10:22 AM, Marco Bambini wrote: > >> Can someone clarify this point please?

Re: [sqlite] SQLITE_CORE use for ??

2008-07-30 Thread D. Richard Hipp
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

Re: [sqlite] SQLITE_CORE use for ??

2008-07-30 Thread Marco Bambini
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? Thanks. --- Marco Bambini http://www.sqlabs.net http://www.sqlabs.net/blog/

Re: [sqlite] SQLITE_CORE use for ??

2008-07-30 Thread Mihai Limbasan
Kevin Tang wrote: Dear all, After I upgrade to SQLite 3.6.0, I found that I must add "SQLITE_CORE" in PreProcessor to build my program. What is the "SQLITE_CORE" use for?? Thanks, Kevin Tang. When defined, SQLITE_CORE prevents the redefinition of some API functions in sqlite3ext.h. From

[sqlite] SQLITE_CORE use for ??

2008-07-30 Thread Kevin Tang
Dear all, After I upgrade to SQLite 3.6.0, I found that I must add "SQLITE_CORE" in PreProcessor to build my program. What is the "SQLITE_CORE" use for?? Thanks, Kevin Tang. -- Kevin Tang. - CEO秘笈: http://superceo.blogspot.com/