API Failure Sqlite

Posted by Joseph Anderson on Stack Overflow See other posts from Stack Overflow or by Joseph Anderson
Published on 2012-09-11T01:55:18Z Indexed on 2012/09/11 3:38 UTC
Read the original article Hit count: 616

Filed under:
|

I ran the Windows 8 App Certification Kit on my app and it says it will fail because of Sqllite. Am I referencing code incorrectly or can I ignore this problem? Here is the response:

Impact if not fixed: Using an API that is not part of the Windows SDK for Windows Store apps violates the Windows Store certification requirements.

  • API __CppXcptFilter in msvcr110.dll is not supported for this application type. sqlite3.dll calls this API.
  • API __clean_type_info_names_internal in msvcr110.dll is not supported for this application type. sqlite3.dll calls this API.
  • API __crtTerminateProcess in msvcr110.dll is not supported for this application type. sqlite3.dll calls this API.
  • API __crtUnhandledException in msvcr110.dll is not supported for this application type. sqlite3.dll calls this API.

I am referencing this file:

SQLite for Windows Runtime SQLite.WinRT, Version=3.7.14 C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\SQLite.WinRT\3.7.14\

In my Windows 8 Metro app using XAML.

© Stack Overflow or respective owner

Related posts about windows-8

Related posts about microsoft-metro