We purchased the components with source (which is fine), but the name of the bpl files do not follow the standard naming procedures.
- there is a vcl230.bpl for Delphi 10 Seattle and a vcl250.bpl vor Delphi 10.2.3 Tokyo
- if I compile my project with runtime packages enabled, I have to add only vcl to the list of runtime packages
- if we update our delphi version, the list of runtime packages has not to be changed, because the version suffix isn't encoded in the filename
- this is enabled by the LIBSUFFIX compiler directive (see: http://docwiki.embarcadero.com/RADStudi ... s_(Delphi) )
I would simply request to include the matching libsuffix in the dpk files for the delphi version which support it.
Best regards,
Basti