-1

我想在 MS Store 上发布一个 UWP 应用程序。不幸的是,我收到关于使用的 dll API 的 WACK 错误。

API SetHandleCount in kernel32.dll is not supported for this application type. Fwlib64.dll calls this API.
API WSACleanup in wsock32.dll is not supported for this application type. fwlibe64.dll calls this API.
API WSAGetLastError in wsock32.dll is not supported for this application type. fwlibe64.dll calls this API.
.....
API SendMessageTimeoutA in user32.dll is not supported for this application type. fwlibe64.dll calls this API.
API ShowWindow in user32.dll is not supported for this application type. fwlibe64.dll calls this API.
API wsprintfA in user32.dll is not supported for this application type. fwlibe64.dll calls this API.

我已经在 .net 本机工具链中编译了该应用程序,但没有成功。这是我在 MS 商店的第一个应用程序,我对 MS 关于可能的 API 的声明有点不确定。

有什么方法可以防止错误消息或使用 dll API 发布应用程序?

非常感谢。托马斯

4

0 回答 0