Hi, ALL,
I'm building a software that should work on Windows XP+ and Mac.
As far as I know Windows XP is 32-bit only system.

I'm building the software on Windows 7 (64-bit) using MSVC 2010 32-bit project.

In order to retrieve the key of the tables I received a suggestion to
use sqlite3_int64 type which should handle big numbers.

My question is: Will it work correctly on Windows XP which is 32-bit OS?
How my program will behave?

I'm using C++ for development.

Thank you.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to