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
Unable to build packages using the DPKs
Re: Unable to build packages using the DPKs
Hello,
You need to generate the prefixed units. You can use TeeRecompile to do this automatically:
You need to generate the prefixed units. You can use TeeRecompile to do this automatically:
Code: Select all
TeeRecompile.exe -generateunits:28
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |