Re: [sqlite] SQLite 64-Bit

2007-07-04 Thread Robert L. Cochran
TECTED] > Sent: Wednesday, July 4, 2007 07:38 PM > To: sqlite-users@sqlite.org > Subject: RE: [sqlite] SQLite 64-Bit > > Thanks Ian,.. I will give it a try :) > > -Original Message- > From: Ian Frosst [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 04, 2007 3:26

RE: [sqlite] SQLite 64-Bit

2007-07-04 Thread Ahmed Sulaiman
Thanks Ian,.. I will give it a try :) -Original Message- From: Ian Frosst [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 04, 2007 3:26 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] SQLite 64-Bit I build SQLite's code using Visual Studio 2005 using the 64 bit tool chain

Re: [sqlite] SQLite 64-Bit

2007-07-04 Thread Ian Frosst
I build SQLite's code using Visual Studio 2005 using the 64 bit tool chain, and it runs without a hitch. I haven't seen a pre-compiled library for it, so you may have to get your hands a bit dirty. Building it is a snap though; add the sqlite3.c and sqlite3.h files to a project, define NO_TCL

[sqlite] SQLite 64-Bit

2007-07-04 Thread Ahmed Sulaiman
Hi all, We are interested in using the SQLite in our project. I wonder if there a version that works in 64-Bit machine? I have looked in the download page and noticed that only Win32 (x86) builds are available. Regards Ahmed