Unit ppChart was compiled ...

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
Todd
Newbie
Newbie
Posts: 2
Joined: Tue Jan 07, 2003 5:00 am

Unit ppChart was compiled ...

Post by Todd » Fri May 07, 2004 4:42 am

I use TeeChart 6.01 with ReportBuilder 7.02. After recently losing my Delphi environment path and replacing it (I thought I did anyway) I've started to get this message at compile time:

Unit ppChart was compiled with a different version of Chart.TCustom chart

I've tried rebuilding my ReportBuilder packages. What else could be causing this?

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Fri May 07, 2004 5:52 am

Hi, Todd.
Unit ppChart was compiled with a different version of Chart.TCustom chart
The error indicates the ppChart unit was compiled with wrong (old?) version of TeeChart files (most likely old version of TeEngine.dcu). Make sure only the newest TeeChart (v 6.01) files are located in Delphi's search paths. Basically, first go to TeeChart v6.01 directory and make a list of all dcu, dfm, bpl and dcp files. Then search all other directories in Delphi search path list and if you encounter any duplicates - remove/backup them. Then and only then recompile/reinstall Report Builder packages. Also, make sure RB packages are referencing TeeChart v6.01 packages.
Marjan Slatinek,
http://www.steema.com

Post Reply