Compiling 11.02 Server Delphi 7 TeeChart Pro 5.03
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;
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;
This discussion has been closed.
Comments
RBTeePackageBuilder.exe
Thanks for the information. I will change this for the next release.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
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
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com