"RB Smissaert" <[EMAIL PROTECTED]> wrote:
> All C4028 warnings originate from this code block:
>
> const sqlite3_api_routines sqlite3_apis = {
[...]
> sqlite3_busy_timeout,
> //sqlite3_changes,
> //sqlite3_close,
> sqlite3_collation_needed,
> sqlite3_collation_needed16,
>
> Not sure it is relevant but some lines are commented out to do with making
> it VB compatible.
>
Yes, it is relevant. Commenting out those lines breaks the
code in a big way.
If that module is given you problems, why don't you compile
with -DSQLITE_OMIT_LOAD_EXTENSION=1 to leave it out.
--
D. Richard Hipp <[EMAIL PROTECTED]>
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------