---bill lam wrote: > Either that dll is missing or it is not a 64-bit dll. Anyway > you may try compile > that dll from source. >
I think Bill is correct that the dll is not 64-bit. See the post from the SQLite forum below. If you compile a 64-bit version, it would be good to get it incorporated as part of the SQLite addon available on JAL. ======================= http://www.mail-archive.com/[EMAIL PROTECTED]/msg25940.html Re: [sqlite] SQLite 64-Bit Ian Frosst Wed, 04 Jul 2007 12:26:20 -0700 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 ===================================== ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
