Re: [sqlite] 32-bit vs 64-bit build

2013-12-13 Thread Igor Korot
Keith, On Fri, Dec 13, 2013 at 7:52 PM, Keith Medcalf wrote: > >>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? > >

Re: [sqlite] 32-bit vs 64-bit build

2013-12-13 Thread Keith Medcalf
>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? Yes. The size of declared data objects in high level languages has nothing whatsoever to do

[sqlite] 32-bit vs 64-bit build

2013-12-13 Thread Igor Korot
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