本文介绍了Windows 8支持的API测试失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在Windows 8 pdf阅读器上工作,我使用了MUPDF源样本它工作正常,但是当我尝试认证时它给出以下错误.有人可以告诉我如何纠正它吗?
i'm working on windows 8 pdf reader i used MUPDF source sampleit's working fine but when i tried for certificationit giveing following errors. can any one please tell me how to rectify it
WinRT.dll calls this API.
◦API _initterm_e in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _invalid_parameter in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _isnan in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _libm_sse2_acos_precise in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _libm_sse2_cos_precise in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _libm_sse2_log10_precise in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _libm_sse2_log_precise in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _libm_sse2_pow_precise in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _libm_sse2_sin_precise in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _libm_sse2_sqrt_precise in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _lock in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _malloc_dbg in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _onexit in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _purecall in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _setjmp3 in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _unlock in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _vsnprintf in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _wmakepath_s in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API _wsplitpath_s in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API abs in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API atoi in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API atol in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API calloc in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API ceil in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API exit in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API fclose in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API fflush in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API floor in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API fopen in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API fprintf in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API fputc in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API fputs in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API fread in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API free in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API fseek in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API ftell in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API fwrite in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API getenv in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API longjmp in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API malloc in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API memcpy in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API memmove in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API memset in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API printf in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API qsort in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API realloc in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API sprintf in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API sscanf in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strchr in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strcpy_s in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strlen in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strncmp in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strncpy in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strpbrk in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strrchr in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strspn in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strstr in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strtod in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API strtol in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API tolower in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API vsprintf in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API wcscmp in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API wcscpy_s in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
◦API wcslen in msvcr110d.dll is not supported for this application type. MuPDFWinRT.dll calls this API.
•
Impact if not fixed: Using an API that is not part of the Windows SDK for Windows Store apps violates the Windows Store
认证要求
s.
推荐答案
它在您的错误日志中显示:
It says right there in your error log:
这意味着您或您正在使用的库都调用不受支持的API.
This means that either you, or a library that you are using, calls into unsupported APIs.
除了使用受支持的 API之外,没有其他解决方法.
There is no way around this, except to use supported APIs.
以下文章列出了受支持/不受支持的API:将桌面应用程序迁移到Windows应用商店
The following article gives a list of supported/ unsupported APIs: Porting Desktop Apps to Windows Store Apps
这篇关于Windows 8支持的API测试失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!