Shoutbox

Delphi Plugin - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Delphi Plugin (/showthread.php?tid=29069)

Delphi Plugin by KingAlan on 07-24-2004 at 04:55 PM

Hey,

Can a plugin be made in Delphi?
if so, Where can I get demo plugin source?

Thanks Alan


RE: Delphi Plugin by Choli on 07-24-2004 at 04:58 PM

yes, it can be done in any language in which you can create a DLL that exports some functions, ie: C, C++, Delphi, Asm, etc... and even in VB, VB.NET and C#.

For a demo (well, it's a template, but it does the work): Delphi Template and Delphi Plugin Framework


RE: RE: Delphi Plugin by KingAlan on 07-24-2004 at 05:00 PM

Thanks ;D