{ Copyright 2002 Dirk Graf                                     Version 1.0   }
{ this utility functions are public domain. 				     }	 
{ contact dirk@d-graf.de                      				     }	 



Plugins fr Delphi

Folgende Proceduren mssen in der DLL deklariert werden!

Procedure GetPluginname(aname:PChar;Size:Integer); stdcall;
Procedure StartPlugin(parameter:PChar); stdcall;
Procedure PluginVersion(aVersion:PChar;Size:Integer); stdcall;
Procedure PluginHint(aVersion:PChar;Size:Integer); stdcall;

siehe auch in testplugin.dpr

