Hi,
I have created a plugin for mission planner 1.3.82 1.3.8979.17128 running on windows 11.
On some PCs (development environment and a clean AWS server with nothing else installed on it) the plugin (DLL file) loads and everything works.
On other PCs with Windows 11, according to the Mission Planner log, it does not even try to load the DLL (there is no failure message).
I would appreciate any ideas on how to debug/understand the source of this issue and how to solve it.
Thanks in advance
Check the properties of the plug-in dll if it is downloaded from the internet windows 11 will mark it as unsafe and does not load it.
1 Like
Hi,
It worked.
Thank you very much for the quick reply.