I tried to compile the TeeChart source for XE2 and go the following exception in the (2011.01 120110) "Recompiliation Tool" (though it hasn't been compiled yet ).
Code: Select all
...
TeeMaker111.dpk(91) Warning: W1033 Unit 'TeeTarga' implicitly imported into package 'TeeMaker111'
83160 lines, 0.61 seconds, 618880 bytes code, 28012 bytes data.
--------------------------------------------------------------------------------
DclTeeMaker111
CodeGear Delphi for Win32 compiler version 18.5
Copyright (c) 1983,2007 CodeGear
705 lines, 0.25 seconds, 11656 bytes code, 84 bytes data.
--------------------------------------------------------------------------------
TeeChart Installation
VERSION: 2011
RAD 2007.Win32 v11 (BDS v5 Enterprise)
EXCEPTION:
[b]Cannot delete registry value: $(BDS)\bin\dcltee7100.bpl
Error Code: 5 Description: Access is denied[/b]
--------------------------------------------
EXCEPTION:
Operation aborted
--------------------------------------------
Code: Select all
procedure AssignChartToGraphic(aChart: TChart; const aRect: TRect; aGraphic: TGraphic);
var
lHoldBevel: TPanelBevel;
...
begin
lHoldBevel := aChart.BevelOuter;
..
Code: Select all
[b][DCC Error] GeneralFunctions.pas(1505): E2010 Incompatible types: 'TBevelCut' and 'TPanelBevel'[/b]
I'd like to move with XE2, but this is painful.
How do I get the later item without source to compile?