SQLite3.dll为Windows 7 64位dll、Windows

2023-09-08 01:11:17 作者:熟人作案

在我的C#应用​​程序,我用的sqlite3库的32位架构和一切工作正常。

Within my C# application, I've used the sqlite3 library for 32 bit architecture and all works fine.

要使用它,我已经复制sqlite3.dll文件到我的/ bin目录,我创建一个使用该语句导入sqlite.dll一类称为SQLiteWrapper

To use it, I've copied sqlite3.dll file into my /bin directory and I've created a class called SQLiteWrapper that uses this statement to import sqlite.dll

[DllImport("sqlite3.dll", EntryPoint = "........")]

现在,我应该下载该DLL文件,也为64位架构。 在哪里可以下载?

Now, I should download this dll file also for 64 bit architecture. Where I can download it?

推荐答案

64位的SQLite已遵守二进制文件捆绑了 System.Data.SQLite 该软件可以得到 http://sqlite.phxsoftware.com/

Complied binaries of 64-bit SQLite are bundled with System.Data.SQLite which you can get at http://sqlite.phxsoftware.com/