Also in ungefähr so
Delphi-Quellcode:
IPlugin =
interface
['
{GUID}']
end;
IPluginHost =
interface
['
{GUID}']
procedure RegisterPlugin(
const Aplugin : IPlugin );
end;
Jede Plugin-
DLL bietet eine Methode zum Abrufen an:
Delphi-Quellcode:
procedure QueryPlugin( const Host : IPluginHost ); stdcall;
begin
Host.RegisterPlugin( TFooPlugin.Create );
Host.RegisterPlugin( TBarPlugin.Create );
...
end;
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)