Page 1 of 1

Files to auto install cannot be found

Posted: Mon Oct 01, 2007 6:55 pm
by 9038716
I am trying to install tee chart (teechartstandard7.12delphi2006.exe) into Turbo Delphi. I get a "Tee Chart files to auto install cannot be found" error. What does this mean and how does it affect the install? (on Windows XP SP2 and I am an administrator)

Posted: Tue Oct 02, 2007 8:04 am
by narcis
Hi Stan,

Which exact Turbo Delphi version are you using? Have TeeChart files been uncompressed at C:\Program Files\Steema Software? If so, you could try running TeeInstall tool included with the installation and if it fails you could also try installing the packages manually going to Component->Install Packages->Add and selecting DclTee710.bpl.

Thanks in advance.

Posted: Wed Oct 03, 2007 2:23 pm
by 9038716
Narcis,

I am using Turbo Delphi 2006 Professional for MS Windows (version 10.0.2558.35231 update 2). I was able to manually install the packages as you suggested with no problems.

However, when I load up my old project and build it I get an "F2051 unit ppChrt was compiled with a different version of TeCanvas.TTeeGradient" error. Based on the number of messages on the forum, this appears to be a common error. I thought that I had removed all old references but I will look again and reinstall. Too bad your installer doesn't do this automatically because you know all the old file names. I have to do a lot of searching for variations of "tee" and could miss something.

Thanks

Posted: Wed Oct 03, 2007 2:26 pm
by narcis
Hi Stan,

I'm glad to hear you could finally solve it.

The installer can't remove this TeeChart reference because ppChrt is a Report Builder unit. In that case you should check that your Report Builder version is compatible with TeeChart and install it after TeeChart has been successfully installed to the IDE.

Posted: Thu Oct 04, 2007 7:09 pm
by 9038716
Narcis,

I removed all traces that I could find of TeeChart and ReportBuilder and manually re-installed TeeChart. Then I re-installed ReportBuilder. My application now builds, compiles, and runs with no errors. Hopefully all is well. Thanks.