Page 1 of 1

Unable to build packages using the DPKs

Posted: Mon Jan 02, 2023 10:22 am
by 16594779
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

Re: Unable to build packages using the DPKs

Posted: Tue Jan 10, 2023 1:34 pm
by yeray
Hello,

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

Code: Select all

TeeRecompile.exe -generateunits:28