skybuck2000
unread,Dec 27, 2021, 12:26:58 AM12/27/21You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Delphi packages must be added to the project/applications settings/options in a special setting:
Project Options->Packages
Different settings can be used for release/debug etc.
Packages can also be "linked" against runtime packages BPLs basically.
It is very hard to find this information in the help file when reading about how to create packages.
The information might not even be in the help file, fucking stupid !
My best guess for now is:
DCPs needed for more complex packages that want to statically link it.
DCPs can also be statically linked into applications, but these DCPs must be added to this special project options.
So if DCP and BPL are in different folders, perhaps add them twice.
Platform and Config can be used to automate this.
Example:
<some folder>\$(Platform)\$(Config)
Can be used on output and input/search paths.
Bye for now,
Skybuck.