Delphi Tokyo. “Unit TeEngine not found”.
Posted: Tue Apr 25, 2017 3:54 pm
When I compile a new project, the message error “Unit “TeEngine” not found” appear in the unit VCLTee.Series.pas, line 89.
The solution that I found is to modify my project adding the “VCLTee” entry in the unit scopes names.
Is it correct?
I think that this is an installer error.
Installer version : TeeChartVCLFMXSOURCE-2017.21.exe
Code: Select all
{$ELSE}
TeEngine, Chart, TeCanvas, TeeProcs, TeeSpline
{$ENDIF}
Is it correct?
I think that this is an installer error.
Installer version : TeeChartVCLFMXSOURCE-2017.21.exe