wack

Can a desktop Delphi application be certified for Windows 8 (using Windows App Certification Kit)?

痞子三分冷 提交于 2019-12-31 08:08:09
问题 Apparently, Delphi (any version) does not support safe exception handlers (/SAFESEH switch in Visual Studio). This results in a warning when using Windows Desktop App Certification Kit on Windows 8. Per certification requirements for Windows 8 desktop apps: Your app must be compiled using the /SafeSEH flag to ensure safe exceptions handling Obviously Delphi lacks this switch, so it cannot be done. My questions are: Is my understanding correct, that even though the Kit displays only a warning

Error with Windows App Certification Kit

六月ゝ 毕业季﹏ 提交于 2019-12-24 19:33:49
问题 I keep getting the following error when I run the Windows App Certification Kit. "Task failed to enable HighVersionLie" I am using VS 2017 Community and it happens on multiple machines. The only thing I add is the Template Studio templates with a couple pages. I have reinstalled VS 2017 Community and updated windows. 回答1: According to "Don’t Fail the HighVersionLie": ... there is a certification test called the HighVersionLie that tests for just this case. The test sets the Windows version to

UWP App Failing WACK with Multiple Errors

落花浮王杯 提交于 2019-12-24 01:18:07
问题 In the past I have successfully developed and deployed a few UWP apps to the MS Store. Currently getting a large number of unexpected failures, of types that I've never had before, when trying to pass the WACK test. I started this specific project in Nov 2017. Technically it's not that advanced, from a code perspective I'm not doing anything I haven't successfully passed through WACK before. VS 2017 Community v15.8.8 Project Target (& Min) version: Windows 10 Anniversary Edition 10.0; Build

Totally Blank Unity / Microsoft Store Build fails WACK tests

与世无争的帅哥 提交于 2019-12-23 18:36:13
问题 I have been trying to get a successful build for my game in Unity 2018.2.1f1 and Visual Studio 2017 15.8.0 . After trying unsuccessfully to get a successful build / package / WACK for the windows store with all/every different configuration, I tried a totally blank default Unity, UWP platform app, generated a visual studio project. generated some icons, associated it with an app I had in the store. Built it, packaged it and run the WACK tests. FAILED Supported APIs Error Found : The supported

Microsoft Visual C++ Runtime Package framework is missing the framework dependency declaration in the manifest

扶醉桌前 提交于 2019-12-23 14:46:51
问题 I receive the following error on the Windows App Certification Kit for Windows 8.1. The app manifest test detected the following errors:XXX takes a dependency on Microsoft Visual C++ Runtime Package (Microsoft.VCLibs.110.00) framework but is missing the framework dependency declaration in the manifest. My solution builds with zero errors. However, I receive an error after I create an app package and run the Windows Application Certification Kit. I have added and removed references to the C++

UWP Unable to register app for Windows Store release

隐身守侯 提交于 2019-12-12 03:49:56
问题 I have a C# app targeting UWP Desktop & Mobile platforms. I want to run WACK tests prior to submitting app to store. I am trying to create app package by following the steps mentioned in this MSDN page When ever I try to reserve a name for my app, I am getting the following error: An unexpected error occurred when attempting to reserve the app name Since the error info is not very useful, I am clueless as to what is going wrong. I tried with several different name but every time I get the

Can a desktop Delphi application be certified for Windows 8 (using Windows App Certification Kit)?

拈花ヽ惹草 提交于 2019-12-02 15:12:21
Apparently, Delphi (any version) does not support safe exception handlers (/SAFESEH switch in Visual Studio). This results in a warning when using Windows Desktop App Certification Kit on Windows 8. Per certification requirements for Windows 8 desktop apps: Your app must be compiled using the /SafeSEH flag to ensure safe exceptions handling Obviously Delphi lacks this switch, so it cannot be done. My questions are: Is my understanding correct, that even though the Kit displays only a warning (not fail), since this is a "must" requirement, any Delphi app today cannot be certified for Windows 8

Running an EXE from C# using UWP

别说谁变了你拦得住时间么 提交于 2019-11-29 01:36:41
问题 I have searched and searched and seem to have hit a brick wall here. I am developing an application that generates an audio fingerprint to automatically search an audio database to grab the correct artist and title and rename the files accordingly. My problem is, there are no supported libraries for C# and UWP (from what I know of) that can generate an acoustic fingerprint. The only thing I have found is Chromaprint which allows me to run a command such as "fpcalc.exe mymp3file.mp3 >

Running an EXE from C# using UWP

♀尐吖头ヾ 提交于 2019-11-28 21:38:46
I have searched and searched and seem to have hit a brick wall here. I am developing an application that generates an audio fingerprint to automatically search an audio database to grab the correct artist and title and rename the files accordingly. My problem is, there are no supported libraries for C# and UWP (from what I know of) that can generate an acoustic fingerprint. The only thing I have found is Chromaprint which allows me to run a command such as "fpcalc.exe mymp3file.mp3 > generatedfingerprint.txt" and grab the fingerprint into a text file. So as you see grabbing the fingerprint isn