Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

The old RB602 TChart502 problem

edited February 2004 in General
I am trying to reconstruct my Delphi 6 installation to make some changes to
an old project (aint it always the way!). I have the full registered
TChartPro 5.02 with source installed and I cannot get RB 6.02 to install and
support it. I have tried the procedure in the Readme.doc but when I try to
compile rbTC66.dpk I get an error: 'File not found 'IEdiGene.dcu'. What am I
missing? I know it used to work!

Thanks for any help.

Tony

Comments

  • edited February 2004
    Hi Tony,

    Be sure you have your library path pointing to the correct TeeChart Source.
    Perhaps do a search on your hard drive for this file to confirm the correct
    directory.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited February 2004
    Thanks Nico, I did have the correct paths setup. What I found I had to do
    was to edit 'ppIfDef.pas' as follows:

    {$IFDEF VER140}
    {$DEFINE Delphi4}
    {$DEFINE Delphi5}
    {$DEFINE Delphi6}
    {$DEFINE Tee40}
    {$DEFINE Tee50} // added by TR to support TChart502
    {$DEFINE Tee52} // added by TR to support TChart502
    {$ENDIF}

    I now have RB and TChart in my component palette which is a big step
    forward! There was also an error regarding a missing 'proxies' file, but the
    solution to that was in the Delphi Community pages:

    http://community.borland.com/article/0,1410,27717,00.html

    Thanks for your time.

    Tony
This discussion has been closed.