
Finally I've got Delphi 7 Personal and wanted to give it a try with source code of AMC. I know it's not Enterprise Edition, but maybe you can help me.
What I did: I installed Delphi 7 Personal. I compiled and installed the additional components from your website - as far as possible. I had some problems with PNG (zlibpas.pas) , but after I downloaded it from sourceforge it seems to be installed correct. On SynEdit I need to choose SynEdit_D7_PE instead of SynEdit_D7 package. Only FreeReport won't install and gives me the message "Required package dbrtl not found"

When I open MovieCatalog and try to syntax check or compile the source, I got an error message about unit TeeProcs not found. I did not find this file on my harddisk, so maybe it's a part of Enterprise version only ? Or did I forget to install something ?
In next step I searched the web for TeeProcs and found an evaluation package from steema software, downloaded and installed it. The installation routine shows a message :"Your Borland Delphi version is 'Standard'. Delphi Standard does not include Quick Report, Database and Decision Cube packages. For this reason, the TeeChart for QuickReport, the database Chart and DecisionGraph components will not be installed." Are these components used for AMC ?
Nevertheless now the compilation starts until line
Code: Select all
TheChart.SeriesList.Series[0].Active := idx in statItemsChart;