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

Compiling 11.02 Server Delphi 7 TeeChart Pro 5.03

edited December 2008 in General
My TeeChart pro is picked up as normal, where do I force this?
Line 252 in ppChrt.pas was

class procedure Register(aChartUIClass: TppCustomTeeChartUIClass)
class procedure UnRegister(aChartUIClass:TppCustomTeeChartUIClass);

should be:

class procedure Register(aChartUIClass: TppCustomTeeChartUIClass);
class procedure UnRegister(aChartUIClass:TppCustomTeeChartUIClass);

Commented out in line 193:

property DepthAxis;
// property DepthTopAxis; <--- Here
property Monochrome;

Comments

  • edited December 2008
    The packages read is DCLTee57.bpl and related during the start of
    RBTeePackageBuilder.exe
  • edited December 2008
    Hi Mervin,

    Thanks for the information. I will change this for the next release.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited December 2008
    Thanks Nico...

    You have any idea how I can force a rebuilt on TeeChart Pro 5.3. THe
    rebuild app from you does not detect the TeeChart libraries to be pro but
    they are so I have a problem on a recompile of my apps with the 11.02 RB
  • edited December 2008
    Hi Mervin,

    In my testing I was able to install TeeChart 5.03 with Delphi 7 and RB 11.02
    if the changes were made to the ppChrt.pas file. The
    RBTeePackageBuilder.exe checks your registry for which version of TeeChart
    you have installed. I would recommend reinstalling TeeChart, then running
    the package builder again and see if that fixes the issue.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.