Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.6.0, 5.6
-
None
-
Windows 10, x86,x64,arm. msvc2015
-
-
c24403b1dbe8d1b7bc27e2d1e11fd5cddd4ae1b9
Description
WinRTRunner fails to launch an application in debug mode.
The reason is that for debug builds a hard dependency on ucrtd.dll and ws_32d.dll is created. Those dlls are not part of the c-runtime package and cannot be found.
There is two ways to fix this:
a) Get rid of the dependency. Problem is that we have had troubles with different malloc/free in that case in the past
b) Figure out what Visual Studio does as that is able to successfully deploy and launch the app. Either it adds another dependency (which is not revealed in the manifext) or it has some launch arguments or such.