简体   繁体   English

Windows 64 位的 SQLite3 下载文件夹中没有 sqlite3.exe

[英]No sqlite3.exe in SQLite3 Download Folder For Windows 64 Bit

This is kind of silly question but I am trying to install SQLlite 3 on my Windows 10 64 bit from SQLite download page and I tried the sqlite-dll-win64-x64-3170000.zip from Precompiled Binaries for Windows section i the page这是一个愚蠢的问题,但我试图从SQLite 下载页面在我的 Windows 10 64 位上安装 SQLlite 3,我尝试了来自Precompiled Binaries for Windowssqlite-dll-win64-x64-3170000.zip页面

在此处输入图片说明

but when unzip the file there are only two files "sqlite3.def and sqlite3.dll`但是当解压文件时只有两个文件“sqlite3.def and sqlite3.dll`

在此处输入图片说明

can someone please let me know where is the sqlite3.exe ?有人可以让我知道sqlite3.exe在哪里吗? As far as I know we should have all these three files together?据我所知,我们应该将所有这三个文件放在一起吗?

sqlite3.def
sqlite3.dll
sqlite3.exe

Note the wanted exe on the right.注意右边想要的 exe。

=> community wiki => 社区维基

sqlite3.exe doesn't exist for 64 bit Windows OS. 64 位 Windows 操作系统不存在 sqlite3.exe。 You can create your own by downloading the source code and building it.您可以通过下载源代码并构建它来创建自己的。 Otherwise 32-bit exe will also work well on 64-bit.否则 32 位 exe 也可以在 64 位上运行良好。

不幸的是,32 位 dll 不能与 64 位 lazarus 一起运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM