I have just set up a new machine with Delphi XE5 and XE10.4 Sydney. I have applied all patches.
I have installed TeeChartVCLFMXSOURCE-2020.30.exe and compiled everything for both versions.
XE5 is running fine, but when compiling a copy of the same code in XE10.4 Sydney I get the error:
VCLTee.TeeSpline.pas(634): E2010 Incompatiple types 'TTeeFunctionClass' and class of 'TSmoothingFunction'
Code: Select all
initialization
RegisterTeeFunction( TSmoothingFunction, @TeeMsg_FunctionSmooth, //<< This line highlighted
@
{$IFDEF TEELITE}TeeMsg_GalleryStandard{$ELSE}TeeMsg_GalleryExtended{$ENDIF});
finalization
UnRegisterTeeFunctions([TSmoothingFunction]);
end.
Thanks
Nick