I don't know your plans for DTools pro or whatev comes, but in my opinion it would be very nice (or it should had happened earlier) to have a "plugin feature" in the free version of DTools.
The best example is PEiD (I think that should say you sth). A handy tool but without its plugins not as useful as it actually is.
To my mind this one has everything 3rd party developers need. On aplicationstart check the "Plugins" directory for plugins with the InitPlugin or whatev export to give the name of the plugin and add it to the submenu. When the name of the plugin is clicked in the menu DTools just call the .dll on a StartPlugin export with the hwnd (important), drivesinfo (best in its own specified struct), some parameters, whatev. Then the plugin does its job
E.g. it would be easier to make better working anti blacklist tools since the plugin has more information about the drives. I'm sure plugins like imageconverter or useful stuff in general will follow.
The best example is PEiD (I think that should say you sth). A handy tool but without its plugins not as useful as it actually is.
To my mind this one has everything 3rd party developers need. On aplicationstart check the "Plugins" directory for plugins with the InitPlugin or whatev export to give the name of the plugin and add it to the submenu. When the name of the plugin is clicked in the menu DTools just call the .dll on a StartPlugin export with the hwnd (important), drivesinfo (best in its own specified struct), some parameters, whatev. Then the plugin does its job
E.g. it would be easier to make better working anti blacklist tools since the plugin has more information about the drives. I'm sure plugins like imageconverter or useful stuff in general will follow.
Comment