I built an application using LabWindows CVI 2015 environment. In the end, I obtained setup.exe and *.msi files. After that, using the steps presented in https://blogs.msdn.microsoft.com/appconsult/2016/10/17/desktop-bridge-converting-an-installer/ the appx (Universal Windows Platform - UWP apps) file resulted.
When I run the application in Win 10 environment, the following error appear several time (each time I press OK button): “Mesa.dll could not be found”. In the end the application runs, but the GUI elements are not completely displayed – I know that the mesa.dll is required to display 3D controls correctly.
Another error: in my application, I save some data in the windows registries database (some user configuration), but when the application restart none of these data can be find anymore.
I know that UWP Apps run in a protected environment. As a result, I believe that calls to mesa.dll are considered to compromise the security of the platform and are not allowed – the same with the registry.
Please, do you have a solution for these problems? Thank you very much !