Page 1 of 1

Compiling Tee916.dpk manually

Posted: Tue Jul 08, 2014 4:09 pm
by 16569653
We recently purchased TeeChart Pro Full Source Code Build 2014.11.140512. Now I am trying to compile Tee916.dpk in Delphi XE2 but I get the error that it is missing VCLTee.TeeConst.dcu.
[DCC Fataler Fehler] Tee916.dpk(56): F1026 Datei nicht gefunden: 'VCLTee.TeeConst.dcu'
In the same Folder (the sources folder from the installer) as Tee916.dpk there is the file TeeConst.pas.
We do not use TeeRecompile.exe because we have our own package registration process, I only need to build the package.
I successfully built Tee914.dpk with Delphi 2010.
What am I missing? Should there be a file VCLTee.TeeConst.pas? Any Help is appreciated.

There are also no Project Group Files for the newer Delphi Versions, Install.txt lists only up to Delphi 2006.

Re: Compiling Tee916.dpk manually

Posted: Thu Jul 10, 2014 1:09 pm
by narcis
Hi Infotray,

VCLTee.* files are automatically generated by TeeRecompile. In that case, you might be interested in running TeeRecomile from command line as explained here. Would this fit your build and registration scenario?