Hi.
Has anyone done a MMC (Microsoft Management Console) plugin? How did you do?
Has anyone done a application with "plugin" support? How did you do?
For example.
Take a base platform, with no menus. Perhaps a MDIForm.
This platform reads .dll in the same directory files when starting.
In every valid .dll file, there is a function declaring it is a plugin, and tells the callerapplication (in this case, the platform) which menuitems/functions the .dll has.
Then, when the platform has loaded the .dll files, every plugin's menuitems are loaded in the platform, and the user can choose them, and activate forms ans functions from the pluging.
Has anyone done that? Please tell me success stories... If there are any?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There is always another way to solve it, but I prefer my way.
Has anyone done a MMC (Microsoft Management Console) plugin? How did you do?
Has anyone done a application with "plugin" support? How did you do?
For example.
Take a base platform, with no menus. Perhaps a MDIForm.
This platform reads .dll in the same directory files when starting.
In every valid .dll file, there is a function declaring it is a plugin, and tells the callerapplication (in this case, the platform) which menuitems/functions the .dll has.
Then, when the platform has loaded the .dll files, every plugin's menuitems are loaded in the platform, and the user can choose them, and activate forms ans functions from the pluging.
Has anyone done that? Please tell me success stories... If there are any?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There is always another way to solve it, but I prefer my way.