I am considering extending an existing application using the plugin architecture. The application identifier is written in Delphi, but I want to be able to implement various plugins in any language that works best for work. We currently have skills in Delphi, C #, and Java and would like to be able to implement the plugin in any language.
Does anyone know an example system that can be used to implement it?
I assume that I can standardize a specific COM interface, and everything that implements this interface can be a plugin.
Does anyone have pointers?
thanks
java c # plugins delphi com-interop
Mmarquee
source share