Unable to build packages using the DPKs

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Optimeas
Newbie
Newbie
Posts: 3
Joined: Tue Nov 15, 2022 12:00 am

Unable to build packages using the DPKs

Post by Optimeas » Mon Jan 02, 2023 10:22 am

Hello,

we have bought the Teechart VCL including Source and the installation is running successfully.

Now It tried to rebuild the packages using the DPKs but that won't work because the required units in the dpk have different names in the source folder. For example, the tee928.dpk requires vcltee.arrowcha.pas but in the source folder I have only a arrowcha.pas

We do need to build from the dpks because we use an automation to setup the IDE.

(source 2022.36)

Tkanks

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Unable to build packages using the DPKs

Post by Yeray » Tue Jan 10, 2023 1:34 pm

Hello,

You need to generate the prefixed units. You can use TeeRecompile to do this automatically:

Code: Select all

TeeRecompile.exe -generateunits:28
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply