The suggested changes the web site recommends are incorrect:
loadext.c
Comment out the following lines is loadext.c by adding 2 back slashes ("//")
to the start of the
line. This prevents errors due to our changes.
sqlite3_changes,
sqlite3_close,
sqlite3_last_insert_rowid,
sqlite3_libversion,
sqlite3_libversion_number,
sqlite3_open,
sqlite3_open16,
Instead you should disable compiling the loadable module extension by
defining SQLITE_OMIT_LOAD_EXTENSION.
--- RB Smissaert <[EMAIL PROTECTED]> wrote:
> Microsoft Visual C++ 6 Enterprise edition.
> I think it is the latest before .net came in.
>
> I am compiling the latest 3.3.13 source as from the URL you mentioned to me.
> Keep in mind I altered the source to make it VB compatible as in this URL:
>
> http://www.tannertech.net/sqlite3vb/index.htm
>
> RBS
>
>
> -----Original Message-----
> From: Martin Jenkins [mailto:[EMAIL PROTECTED]
> Sent: 24 February 2007 18:52
> To: [email protected]
> Subject: Re: [sqlite] compiling with VC++
>
> RB Smissaert wrote:
> > Thanks, that is very helpful and reassuring as well.
> > Will see if I can figure out then what is causing this one:
> > warning C4028, as you say that could be a typo.
>
> I've just built 3.3.12 source with VC6 and didn't see that error. I
> changed the warning level to 4 and got 500 warnings (signed/unsigned
> mismatch, oddities in M$ headers, unreferenced parameter NotUsed ;)) but
> not a C4028 in sight. VC6 is pretty old now - what version are you
> using? And which sqlite source are you building?
>
> Martin
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------