【问题标题】:How to use SQLite Windows8.1 binary in a Windows8 app?如何在 Windows 8 应用程序中使用 SQLite Windows 8.1 二进制文件?
【发布时间】:2013-09-17 18:07:20
【问题描述】:

如何在我的 Windows8 应用程序中使用 SQLite Windows8.1 版本,以提供与 Window8 和 Windows8.1 平台的兼容性?我尝试在 VS2012 中引用 SQLite Windows8.1 的新 beta 版本,但它不接受 dll 作为有效的 dll/程序集? 我是否必须为 Windows8 和 Windows8.1 创建 2 个应用版本?

【问题讨论】:

    标签: sqlite windows-8 windows-8.1


    【解决方案1】:

    为 Windows 8 构建的应用程序版本也可以在 Windows 8.1 上运行,但为 Windows 8.1 构建的版本不能在 Windows 8 上运行(这与 Sqlite 无关)。

    【讨论】:

    • 我同意,但我目前面临的问题是 Windows8.1 的 SQLite 二进制文件在我的 Windows8 解决方案中未被接受。
    • 为什么不直接使用 windows 8 SQLite 二进制文件来解决 windows 8 的问题呢?即使 SQLite 二进制文件不同,您的数据库仍将与两者兼容(因为它将与任何其他 sqlite 实现兼容)。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-08-28
    • 2015-02-25
    • 1970-01-01
    相关资源
    最近更新 更多