Using the compiled path worked. Thanks for the tip.
But that means that the source can't compile???
/Jens
Search found 2 matches
- Mon Jun 03, 2013 6:26 am
- Forum: VCL
- Topic: TChartWalls.Create - No overload found
- Replies: 3
- Views: 3760
- Fri May 31, 2013 8:55 am
- Forum: VCL
- Topic: TChartWalls.Create - No overload found
- Replies: 3
- Views: 3760
TChartWalls.Create - No overload found
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 li...