FDM Plugins API
FDM Plugins API
Requirements
FDM plugins SDK supports C++ language for now only. If you would like the support to be added for language you use, please write to [email protected]. Sorry for the possible inconvenience.
2. Short tutorial
Let's start from the short tutorial.
strcpy (pszPluginDescription, This plugin helps others understand how to write a plugin for FDM.); } The size of each buffer is 3000 bytes so make sure your description is not longer than this value.
2.3. Put your plugin's DLL into Plugins subfolder of FDM's installation folder. Restart FDM
That's all. The example of simple FDM's plugin is included with our plugins SDK.