Board index » delphi » Implement basic interface with basic object
Peter Laman
![]() Delphi Developer |
Sat, 25 Jun 2005 03:08:16 GMT
Implement basic interface with basic object
I have an application called Protecs to which I want to add support for user
written add-ins. These add-ins should be Automation servers, which are registered both as COM servers and in a special registry branch to the application. At startup, the app reads the registry to get the Class IDs of its add-ins and instantiate the add-in objects, providing them with an interface pointer that grants access to some of the app's internal funtionality on behalf of the add-ins. To do this, I created a basic interface IProtecsAddIn in the app's type Then, I wanted to create a sample add-in. So, with the wizard, I created an Now the TLB editor added all IProtecsAddIn methods to the implementation Now I reckon, there should be a way out of this, since DataSnap is implement Can anybody tell me how to obtain this behaviour? Thanks for reading this Peter Laman |