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?