[获取、安装、下载] SQLite.Interop.dll 1.0.103.0

今天搞了个对SQLite BLOB的读写,出现错误提示,

error: Unable to load DLL 'SQLite.Interop.dll'

随便在网上找了个,但因为版本和Nuget中安装的System.Data.SQLite.dll的版本对不住,又出现错误提示,

error: Unable to find an entry point named 'sqlite3_changes_interop' in DLL 'SQLite.Interop.dll' 

找了一圈子,最后在SQLite官网找到了这个货,下载Source Code后打开对应VS版本的.Sln进行编译

如果要获取单独的SQLite.Interop.dll,编译配置如下图,选择ReleaseNativeOnly,对应平台自选,不需要的dll可以不要,有些依赖项如果失败会有提示

 

附件:SQLite.Interop.dll.rar

这个玩意,只是因为CSDN竟然还要下载分,没法,没分,自己搞一个能用也不错

posted @ 2016-11-25 16:48  winways  阅读(6355)  评论(1编辑  收藏  举报