AMC on Delphi 2007
Posted: 2008-12-20 21:39:04
Hi!
I'm trying to compile AMC on Delphi 2007. There were a lot of problems, with the components, because many of them is incompatible with this Delphi version (don't even install). Now I've stucked with one message, which says "Class TChart not found" If I click to ignore the compiling stops at
If I comment these lines out there is one more beginning with TheChart. After commenting out that one too it finally compiles. But with some warnings:
I don't know what component is missing
Can you help me?
I'm trying to compile AMC on Delphi 2007. There were a lot of problems, with the components, because many of them is incompatible with this Delphi version (don't even install). Now I've stucked with one message, which says "Class TChart not found" If I click to ignore the compiling stops at
Code: Select all
TheChart.SeriesList.Series[0].Active := idx in statItemsChart;
TheChart.SeriesList.Series[1].Active := idx in statItemsPie;
Code: Select all
Field StatsWin.TheChart does not have a corresponding component. Remove the declaration?
Field StatsWin.Series1 does not have a corresponding component. Remove the declaration?
Field StatsWin.Series2 does not have a corresponding component. Remove the declaration?
