小编use*_*958的帖子

Windows认证工具包在类库中使用sqlite失败

在我的Windows应用商店应用中,我使用的是使用SQlite for Windows Runtime 3.7.15.2的类库.我在这里使用了Tim Heuers的说明 .我的应用程序运行没有问题,应用程序包创建没有问题,但在Windows认证过程中,我总是得到相同的错误,无论我尝试什么.
错误是:

 - API sqlite3_bind_blob in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_bind_double in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_bind_int in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_bind_int64 in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_bind_null in sqlite3.dll is …

windows sqlite

5
推荐指数
0
解决办法
312
查看次数

标签 统计

sqlite ×1

windows ×1