适用于 Windows x64 的预编译 SQLite 二进制文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4315606/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Precompiled SQLite binaries for Windows x64
提问by Saar
Are there precompiled binaries for Windows 64bit of SQLite? So far I was unable to find such
是否有适用于 Windows 64 位 SQLite 的预编译二进制文件?到目前为止我无法找到这样的
Thanks.
谢谢。
回答by Alex
回答by bigonez
http://www.autoitscript.com/autoit3/files/beta/autoit/archive/sqlite/
http://www.autoitscript.com/autoit3/files/beta/autoit/archive/sqlite/
I downloaded the DLL files of the latest version, both of x86 & x64. It works. :)
我下载了最新版本的 DLL 文件,包括 x86 和 x64。有用。:)
Compare with the official x86 version from SQLite.org, it includes an extra function called SQLite_version.
与来自 SQLite.org 的官方 x86 版本相比,它包含一个名为 SQLite_version 的额外函数。