Page 1 of 1

SQLite x64 version -- Anyone?

Posted: 25.03.2013, 20:18
by IbeDBob
Hi All,

I have just installed Lazerus x64 and it appears that Zeos Connection needs an x64 version of SQLite. So far my searches have failed. Anyone know of the existence?

I guess I need to uninstall Lazerus and install the x86 version? Yes? No?

Thanks

Posted: 28.03.2013, 09:52
by marsupilami
Hello IbeDBob,

I found this on Stackoverflow:
http://stackoverflow.com/questions/3839 ... ws-7-64bit
According to this answer it is possible to compile SQLite with 64 Bits. So if you want to compile it yourself, you can stay with Lazarus x64. Otherwise you will have to change your application to 32 Bits.
Best regards,

Jan

Posted: 02.04.2013, 01:34
by IbeDBob
Thanks Jan,

I didn't read the download page fully the first time. I just grabbed the 64-bit Lazarus because I had a 64-bit PC.

I went back and read and it said pretty much use the Lazarus 32-bit and that's what I did.

Thanks for the reply anyway.

Posted: 17.04.2013, 13:48
by DreamDancer
Hello IbeDbBob,
you can find a 64bit DLL on

http://blog.synopse.info/post/2013/03/2 ... ows-64-bit

Maybe worth a try!?

Posted: 17.04.2013, 22:13
by IbeDBob
Thanks DD, I didn't realize that a 64-bit version would only run on other 64-bit PCs. I thought I had to have the 64-bit for this PC because it was a 64-bit. I am using the 32-bit .dll as the end application will run on both 64 and 32.