Compile Mission Planner plugin to dll

Hi,

I would like to write a plugin for Mission Planner, I followed the tips on this post : Writing plugins for mission planner - #2 by Vizual54

The thing is, I don’t know how to compile my plugin to generate a dll with VS 2019.
Can anyone help ?

Thanks,

Use this skeleton

put it in a folder alongside the Mission Planner source files.
replace “Skeleton_rename_me” with the name of your plugin in every file and filename.
Then add the project to Plugins folder in Mission Planner solution.
image

Small inconvenience, it will not compile if you build MissionPlanner, you have to build it by right click and select build on the plugin project, then start MissionPlanner.

Done, I put the dll file in C:\Program Files (x86)\Mission Planner\plugins to test it and it work just fine. :ok_hand:
Thank you very much ^^