Ive been building some code on VC7 and VC8 under Windows Vista and
noticed that SQLite is not compatible with switching between the two
SDK's.

I use many libraries (mysql, openssl, zlib) and all of the others
which are built with VC7 work fine with VC8 and the Vista SDK, but
SQLite gets the following error.

sqlite.lib(sqlite3.obj) : error LNK2001: unresolved external symbol __iob

It can be resolved by recompiling SQLite with VC8 and the Vista SDK,
but then when i switch back to VC7 i get another error.

sqlite.lib(sqlite3.obj) : error LNK2019: unresolved external symbol
__ftol2_sse referenced in function _computeJD

Does anyone know whats causing this and if there is an easy work
around ?  Its tedious having to switch .lib files (SQLite is the only
library ive had to do this with).

Emerson

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to