Delphi - .bpl plugins for application - problem while loading > 1 plugin -
I am using to load simple applications with the ability to load. Bpl plugins I have a general interface announcement in the "uIntfs.pas" file, which is a type of SDK;)
The problem is that if I try to load more than one plug-in , Then the app throws an error:
Package 'test2' can not be loaded The unit is 'uIntfs', which is also Package 'test' included
It is quite clear that both BPL files have that file, although I have to do it Required ...
Please help!
Put your uIntfs.pas in another BPL, and your plug-in has references to both that BPL
You have to do this for each unit which is common to both plug-ins.
Comments
Post a Comment