Skip to content
⌘ NSIS Forum Archive

Delphi Plugin

3 posts

yehiaeg#

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
kichik#
exdll.dpr itself is an example. Once compiled as a DLL and put in the Plugins directory, you can use its ex_dll procedure.
yehiaeg#
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!!!