Re: [sqlite] SQLite 64-Bit

2007-07-04 Thread Robert L. Cochran
Of course, you also need a 64-bit capable processor. I've been compiling SQLite 
on AMD Athlon 64 boxes using Fedora Core and CentOS x86_64 operating systems 
(and that means the gcc toolchain) for ages.

Bob Cochran

> -Original Message-
> From: Ahmed Sulaiman [mailto:[EMAIL PROTECTED]
> 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 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,
> 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
> and THREADSAFE in the preprocessor for your various configurations, and
> voila.
>
> On 7/4/07, Ahmed Sulaiman <[EMAIL PROTECTED]> wrote:
> >
> > 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
> >
> >
>
>
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
> -
>
>



-
To unsubscribe, send email to [EMAIL PROTECTED]
-



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,
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
and THREADSAFE in the preprocessor for your various configurations, and
voila.

On 7/4/07, Ahmed Sulaiman <[EMAIL PROTECTED]> wrote:
>
> 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
>
>


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



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
and THREADSAFE in the preprocessor for your various configurations, and
voila.

On 7/4/07, Ahmed Sulaiman <[EMAIL PROTECTED]> wrote:


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




[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