On 2014/07/01 18:52, Gert Van Assche wrote:
Maybe a stupid question: how should I use this DLL? just put in the same folder as the sqlite3.exe?
Not a stupid question at all - in fact my mistake, the previous request was for the 64-bit DLL and of course any time you compile SQLite into your code or compile the existing amalgamation for sqlite3.exe, it will compile whatever your compiler wishes. The DLL is for linking to applications in a 64-bit Windows OS, but that is NOT sqlite3.exe specifically, which in turn has to be compiled to 64bit bit by itself.
Windows 8 and 8.1 should (and does) run the 32bit sqlite3.exe as is and will have negligible effects when changing to 64 bit... is there a reason you need it to be 64-bit? That usually doesn't matter at all - which is why it isn't generally available. Are you perhaps meaning windows RT? In which case there is a whole other level of things to be considered apart from just compiling it to 64 bit.
Still, if you absolutely need a 64 bit version, you can compile it so (the same site has the amalgamation and recently even added the detailed steps to take in compiling your own version).
It isn't common though, but I am sure someone on here has done a 64 bit version - generally they only do it to allow/disable different compiler switches to the standard version, so they might be able to send you a version, but I doubt there is a standard place to get one from - especially not one that is updated in step with the sqlite.org distribution. (I might be wrong though!)
2014-07-01 16:39 GMT+02:00 RSmith <rsm...@rsweb.co.za <mailto:rsm...@rsweb.co.za>>: On 2014/07/01 14:29, Gert Van Assche wrote: All, where could I download a 64-bit sqlite3.exe for running on Windows 8? From an earlier reply by Richard Hipp: A 64-bit Windows DLL is now available athttp://www.sqlite.org/download.html <http://www.sqlite.org/download.html>
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users