Hi,
Is there any empty template for Milestone Plug-In development?
Hi,
Is there any empty template for Milestone Plug-In development?
Yes.
There is a MIPPlugin template.
Please note that I would not call it ‘empty’, it contains a lot of functionality that will need to be removed before having your own plugin, all that is there should make it easier and more understandable how to use the template and how to create plugins.
https://developer.milestonesys.com/s/article/installing-MIP-SDK-templates-for-Visual-Studio
I see. I used this but since there are a lot to remove, I thought there’s maybe a different option.
Thank you for the feedback.
I think the value of the template lies in it creating a skeleton for almost every type of plugin and plugin classes usage. If there was a lot of different templates for different types of plugin it would perhaps just create difficulty deciding which template to use. Perhaps a quick guide on how to remove stuff fast would be an idea.
Thank you very much. That makes sense. I was able to easily recreate the samples within the skeleton. I suppose determining what a person might need depends entirely on the individual, so it will be challenging to remove elements in a way that provides a common starting point for everyone.