TChartWalls.Create - No overload found
Posted: Fri May 31, 2013 8:55 am
Trying to compile an old project with new VCL2013 PRO.
But in Chart.pas I can't seem to get passed TChartWalls.Create where
FBack:=TChartBackWall.Create(FChart);
gives me a : [dcc32 Error] Chart.pas(2274): E2250 There is no overloaded version of 'Create' that can be called with these arguments
By lib path points to the source code and I have include VCLTee in Unit Scope Names for project
If I don't include VCLTee then I get stuck in TeCanvas.pas in TTeeCanvas.TextOut where there is a difference between types (VCLTee.TeCanvas.TTeeCanvas vs TeCanvas.TTeeCanvas) first param for HtmlTextOut.
I have tried whit an new empty project where I just add Chart in uses with the same result.
Compiler: XE4
Any ideas
/Jens G
But in Chart.pas I can't seem to get passed TChartWalls.Create where
FBack:=TChartBackWall.Create(FChart);
gives me a : [dcc32 Error] Chart.pas(2274): E2250 There is no overloaded version of 'Create' that can be called with these arguments
By lib path points to the source code and I have include VCLTee in Unit Scope Names for project
If I don't include VCLTee then I get stuck in TeCanvas.pas in TTeeCanvas.TextOut where there is a difference between types (VCLTee.TeCanvas.TTeeCanvas vs TeCanvas.TTeeCanvas) first param for HtmlTextOut.
I have tried whit an new empty project where I just add Chart in uses with the same result.
Compiler: XE4
Any ideas
/Jens G