Board index » delphi » What's the best way to build a plugin?
Darrell
![]() Delphi Developer |
What's the best way to build a plugin?2004-07-15 02:59:36 AM delphi48 I am working on a new application (in D5) that can have plugins added dynamically. (i.e. like the way Adobe does it) I've looked over the Adobe SDK as an example and well, I just basically overwhelmed at this time. Could someone point me in the right direction here? Where's a good place to start? I am required to provide access to the mouseover events etc like what you would get in an ActiveX. I know I can dynamically load an ocx into an TOLEContainer, but I do not know if that is the best way. Besides, I find very little support for the Delphi/ActiveX stuff. Are there any good examples out there? Basically, we want to send a generic app out in the field which can load a plugin (which will always be based on a TForm or TWinControl) that we choose to send out at a later date. Any help would be appreciated. TIA Darrell |