Mattias Gaertner wrote:

On Thu, 23 Feb 2006 13:35:18 -0300
Andreas Berger <[EMAIL PROTECTED]> wrote:

Could someone give me an idea? I am writing an application to which I hope to add functionality later. One option would be to simple send out the new exe to all users. However, I would like to implement a plugin system. So a new feature could simply be added and totaly integrated to the original application. It is important to note that the application has no idea what is going to be added later.

Any ideas anyone?

If you define it that abstract, then I suggest to it abstract:

Define some abstract base classes/interfaces, which all plugins must
implement and some registration mechanisms. The IDEIntf contains a lot of
examples.
Thanks, I'll take a look.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to