SQLite3.dll为Windows 7 64位 [英] SQLite3.dll for Windows 7 64 bit

查看:251
本文介绍了SQLite3.dll为Windows 7 64位的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的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/

这篇关于SQLite3.dll为Windows 7 64位的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆