Delphi 5 is required for custom plugin applications - are these newer versions of Delphi with backward compatibility?

The plugin API documentation for your application requires Delphi 5 to develop plugins, but it's hard for me to find a copy of Delphi 5 or the documents for it. Can I use later versions of Delphi to create BPL files identical to those created by Delphi 5?

+3
source share
1 answer

Can I use later versions of Delphi to create BPL files identical to those created by Delphi 5?

No, binary compatibility between versions is a weak point of Delphi. You really need a D5 or newer version of this application.

+6

Source: https://habr.com/ru/post/1775989/


All Articles