We have a legacy desktop application that is built upon MFC way back and been used till date.
Using Desktop Bridge App Convertor I was now able to create appx for my legacy desktop app and I was able to install it and most of my functionalities are working as expected, except some.
How the converted app is working as my legacy app uses registries, which UWP apps will not have access as it is isolated environment? Also I don't see any registries post installation but the features work as expected, how is it done?
My legacy app finds certain devices using SNMP communication. Part of my functionalities which are through SNMP are working but one feature (Discovery) which also uses SNMP communication is not working. I doubt on capabilities as there is no scope here to declare while converting. Is that the only reason or any other issues?
If capabilities is the issue, how to declare those while doing conversion?