Can't build on Delphi 2009

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
dunion
Newbie
Newbie
Posts: 19
Joined: Fri Mar 12, 2004 5:00 am

Can't build on Delphi 2009

Post by dunion » Thu Feb 26, 2009 4:11 pm

I'm doing an test port to Delphi 2009 & the latest TeeChart from 7.12. I get a lot of unit errors such as 'Series'
Fatal Error Cannot compile used unit or
'xxx.chartxxx not compiled with the same version, etc.

Is there some sort of 'porting guide' for the units of how to get this to build as I go from 7.12 to 8.04?

dunion
Newbie
Newbie
Posts: 19
Joined: Fri Mar 12, 2004 5:00 am

More examples

Post by dunion » Thu Feb 26, 2009 4:54 pm

[DCC Fatal Error] xxx.pas(18): F2063 Could not compile used unit 'TeeProcs.pas'

dunion
Newbie
Newbie
Posts: 19
Joined: Fri Mar 12, 2004 5:00 am

After some more testing...

Post by dunion » Thu Feb 26, 2009 5:37 pm

[DCC Fatal Error] xx.pas(20): F2051 Unit TeeStore was compiled with a different version of Chart.TCustomChart

Here are the relevant units used:

TeeEdit, DB, TeeData, TeEngine, Series, TeeProcs, Chart

Paths look OK to current version. So maybe I need to just include an additional unit?

dunion
Newbie
Newbie
Posts: 19
Joined: Fri Mar 12, 2004 5:00 am

Changed library path order

Post by dunion » Thu Feb 26, 2009 5:43 pm

Found an existing post with problem - moved the bds\lib\debug path to the end of the list of paths and it worked.

Post Reply