And the following errors [Hint] ppMetaGraphics.pas(516): Variable 'lXForm' is declared but never used in 'TppCanvasMetaGraphics.InitializeView' [Hint] ppMetaGraphics.pas(662): Variable 'lSize' is declared but never used in 'TppCanvasMetaGraphics.SetWorldTransform' [Error] ppChrt.pas(189): Property 'BorderRound' does not exist in base class [Error] ppChrt.pas(190): Property 'Border' does not exist in base class [Error] ppChrt.pas(196): Property 'DepthTopAxis' does not exist in base class [Error] ppChrt.pas(198): Property 'Shadow' does not exist in base class [Error] ppChrt.pas(243): Unsatisfied forward or external declaration: 'TppCustomTeeChartUI.ChartClass' [Error] ppChrt.pas(245): Unsatisfied forward or external declaration: 'TppCustomTeeChartUI.Edit' [Error] ppChrt.pas(246): Unsatisfied forward or external declaration: 'TppCustomTeeChartUI.Export' [Fatal Error] ppChrtDP.pas(31): Could not compile used unit 'ppChrt.pas'
Which version of Delphi are you using? We fixed something like this in the past however maybe the incorrect files were added to the installation application.
Try commenting out the BorderRound, Border, and Shadow properties and see if this fixes the compiling issues. I will remove these properties for the next release of ReportBuilder.
Comments
{$IFDEF Tee50}
property RightWall;
property BackImageTransp;
property BorderRound; <-- not found
property Border; <-- not found...
property SubFoot;
property SubTitle;
property AxisBehind;
property CustomAxes;
property DepthAxis;
property DepthTopAxis;
property Monochrome;
property Shadow;
property View3DOptions;
{$ENDIF}
And the following errors
[Hint] ppMetaGraphics.pas(516): Variable 'lXForm' is declared but never
used in 'TppCanvasMetaGraphics.InitializeView'
[Hint] ppMetaGraphics.pas(662): Variable 'lSize' is declared but never
used in 'TppCanvasMetaGraphics.SetWorldTransform'
[Error] ppChrt.pas(189): Property 'BorderRound' does not exist in base
class
[Error] ppChrt.pas(190): Property 'Border' does not exist in base class
[Error] ppChrt.pas(196): Property 'DepthTopAxis' does not exist in base
class
[Error] ppChrt.pas(198): Property 'Shadow' does not exist in base class
[Error] ppChrt.pas(243): Unsatisfied forward or external declaration:
'TppCustomTeeChartUI.ChartClass'
[Error] ppChrt.pas(245): Unsatisfied forward or external declaration:
'TppCustomTeeChartUI.Edit'
[Error] ppChrt.pas(246): Unsatisfied forward or external declaration:
'TppCustomTeeChartUI.Export'
[Fatal Error] ppChrtDP.pas(31): Could not compile used unit 'ppChrt.pas'
Which version of Delphi are you using? We fixed something like this in the
past however maybe the incorrect files were added to the installation
application.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I have searched for the keywords through the whole disk and none found.
Regards
Mervin
Try commenting out the BorderRound, Border, and Shadow properties and see if
this fixes the compiling issues. I will remove these properties for the
next release of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com