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

On 29/06/12 16:56, Pam Li wrote:
> Question:Should we continue building it as a 32 bit library, and link
> it with 64 bit product

It is virtually impossible to link a 32 bit library into a 64 bit product.
 As an example a 64 bit pointer can't be passed to 32 bit code since it
won't fit.

SQLite works just fine in 32 or 64 bits.  And either endian.  And on lower
end platforms.  And on stonking big machines.  Here is the reason why:

  http://www.sqlite.org/testing.html

That page doesn't mention the different hardware SQLite is tested on, but
it is quite a variety and takes a long time.

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

iEYEARECAAYFAk/uSNkACgkQmOOfHg372QTYTgCcDzZEPE1wdZm4DBbbQmqeyH4D
2YoAnAtsCH9Eh3qdRJHk6iKUQS7sKl7E
=Vtwi
-----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