Cannot start Qt Quick WinRT application
-
I'm trying to start a Qt Quick application on WinRT (VC2015 64bit) but it always failes with the following error:
qt.winrtrunner: Failed to activate application: 0x8027025b "The app didn't start."
Error while executing the WinRT Runner Tool: Process crashedSimilar topic was opened here: https://forum.qt.io/topic/73272/qt-5-7-for-winrt-and-dynamic-libraries but the solution did not help in my case.
I have read somewhere that there are some missing DLLs but how should I check it? Dependency Walker does not show any missing DLLs.
Conditions:
OS: Windows 10 Home Premium 64bit
QT 5.8 (the same problem wiht Qt 5.7)
Compiler: VC 2015 64bitThanks for any useful help..
-
Hi,
Unless I'm mistaken, there's currently a thread on the interest mailing list about a similar matter.
Hope it helps