Closed aismann closed 1 year ago
@halx99 Can you fix the cmake stuff?
some more missings dll (seems debug dlls): MSVCP140D_APP.dll vccorlib140d_app.DLL VCRUNTIME140_APP.dll
Hint: Running on VisualStudio it works without having the dlls in the bin folder.
UWP APP, you can't click the exe, instead use cmake to build you exe target with debug configuration, then will build a .msix package, you can double click it to run on your PC
UWP APP, you can't click the exe, instead use cmake to build you exe target with debug configuration, then will build a .msix package, you can double click it to run on your PC
Sorry dont understand
you can download artifact to check it
I'm not sure doesn't work on directory bin
, I never run it in bin
when test UWP support, I run in Visual Studio or open cpp_test.msix
in `bin/AppPackages/cpp_tests/cpp_tests.msix, then press launch button.
I'm not sure doesn't work on directory
bin
, I never run it inbin
when test UWP support, I run in Visual Studio or opencpp_test.msix
in `bin/AppPackages/cpp_tests/cpp_tests.msix, then press launch button.
Try it. For me its not working (Dlls missing messages raising)
Still missing.
@aismann @halx99 I did not check this project, but there is similar issue and some info about these dlls and UWP project configuration for VS. May be it helps. To my understand there should be two versions of dlls, with/without '_APP' in the UWPDesktop Framework Package https://developercommunity.visualstudio.com/t/vcruntime140dll-is-missing-on-uwp-xbox/1073368
@halx99 please add: pinned Add the moment I have no time fora deeper look for XBOX checks. I tried only starting the exe file directly
@halx99 please add category 'UWP XBOX" and category 'UWP"
I add this issue also here for reminder (closed the original): There are "double" files on the 'build_uwp\bin\cpp_tests\Debug'. maybe its not needed? #1140
Needs deploy, latest axmol: just simple run axmol run -p winuwp
on your project root directory
Edit: The standalone bin have to start from
AppX
folder (there be the axmol dlls)