Delphi plugin framework

后端 未结 5 1412
悲&欢浪女
悲&欢浪女 2021-02-13 18:53

I want to design Delphi plugin framework. There are three options:
1. DLL
2. BPL
3. COM interface

Every option has some disadvantage.

DLL - Promblem

5条回答
  •  我寻月下人不归
    2021-02-13 19:33

    Another possibility is having a scripting interface, such as with Python or Pascalscript. There are many advantages to this approach, not least of which is that the plugin source is also the executable, making it easy to debug and share.

提交回复
热议问题