Archive: Delphi Plugin


Delphi Plugin
hello again,

does anyone have a simple example of a plugin written in delphi?
i know i should use the functions in exdll.dpr ,
but an example will make my life much easier.

Thanks
Yehia


exdll.dpr itself is an example. Once compiled as a DLL and put in the Plugins directory, you can use its ex_dll procedure.


sorry, missed it, anyway i started to write the plugin but facing lots of problems, it seems that i can't export the procedures correctly, anyone wanna help drop me a message!!!