【问题标题】:Having problems porting SQLite3-WinRT to windows 10 ARM devices将 SQLite3-WinRT 移植到 Windows 10 ARM 设备时遇到问题
【发布时间】:2017-01-08 08:10:36
【问题描述】:

一直在尝试将SQLite3-WinRT component 从 Windows 8.1 移植到 Windows 10 上。我已经设法让它为 x64 和 x86 架构师工作。但是,当尝试将我的应用程序部署到 Windows 10 ARM 设备时,它崩溃并报告 “指定的模块无法找到。” 当我尝试调用 SQLite3.openAsync

我尝试了以下解决方案,但没有任何乐趣

Unable to load DLL 'sqlite3' in SQLite Net Platform WinRT

Exception when using SQLite in WinRT app

Windows 10 Universal Javascript app SQLite in Windows Mobile 10

还使用本指南尝试通过从扩展安装 SQLite for windows Universal 来解决问题 http://timheuer.com/blog/archive/2012/08/07/updated-how-to-using-sqlite-from-windows-store-apps.aspx

我正在使用 Visual Studio 2015 更新 3
使用最新版本的 SQLite3-WinRT 组件
使用科尔多瓦 6.3.0
我要部署的设备是 Windows 10 移动版诺基亚 Lumia 550

任何人都能够阐明可能的解决方案?

【问题讨论】:

标签: javascript cordova sqlite winjs windows-10-universal


【解决方案1】:

也许尝试使用这个组件:

https://github.com/cloudcrypt/SQLite-Universal-WinJS-Component

它可作为 SQLite 通用 WinJS 组件,用于在 Windows 10 通用应用平台上运行的 Javascript Windows 应用商店应用。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-04-08
    • 2015-11-04
    • 1970-01-01
    • 1970-01-01
    • 2016-05-25
    • 1970-01-01
    • 2015-03-18
    • 1970-01-01
    相关资源
    最近更新 更多