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

时间:2013-03-17 10:38:49

标签: windows sqlite

在我的Windows应用商店应用中,我使用的是使用SQlite for Windows Runtime 3.7.15.2的类库。 我使用了Tim Heuers的说明 here。 我的应用程序运行没有问题,应用程序包创建没有问题,但在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 not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_bind_parameter_index in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_bind_text16 in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_busy_timeout in sqlite3.dll is not supported for this application type. 
.dll calls this API.
 - API sqlite3_changes in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_close in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_column_blob in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_column_bytes in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_column_count in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_column_double in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_column_int in sqlite3.dll is not supported for this application type. .dll calls this API.
 - API sqlite3_column_int64 in sqlite3.dll is not supported for this application type. .dll calls this API.
 - API sqlite3_column_name in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_column_name16 in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_column_text in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_column_text16 in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_column_type in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_config in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_errmsg16 in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_finalize in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_last_insert_rowid in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_open in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_open16 in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_open_v2 in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_prepare_v2 in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_reset in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.
 - API sqlite3_step in sqlite3.dll is not supported for this application type. LibraryName.dll calls this API.

我想我已经尝试了一切。 我看到了这个 API Failure Sqlite  问题看起来一样,但没有帮助 我的想法用完了......

0 个答案:

没有答案