-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 18/06/12 01:03, Joe Mistachkin wrote:
> Could you try using the code in the "compiler-compat" branch and see if
> the problem clears?

The fix in this changeset is not a fix:

  http://www.sqlite.org/src/info/f970a3de61fe2ebaf1778c4a3383cfdc52299162

If you replace the extern with SQLITE_API then it will be correct.  Note
that it is possible to compile the amalgamation with SQLITE_API set to
static and with some trailing code to access SQLite.  Doing so means that
none of the SQLite symbols are exposed in the rest of the app/dll and
hence won't clash with any other versions of SQLite that may end up being
loaded or referenced.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk/fV34ACgkQmOOfHg372QTLRQCgitnrpy80qcnzII8CSOGOlz+7
qw8AoM8akEVowzhB9kqBKbTon0i/ZooE
=R3tj
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to