Page 1 of 1

Delphi Tokyo. “Unit TeEngine not found”.

Posted: Tue Apr 25, 2017 3:54 pm
by 16580143
When I compile a new project, the message error “Unit “TeEngine” not found” appear in the unit VCLTee.Series.pas, line 89.

Code: Select all

{$ELSE}
  TeEngine, Chart, TeCanvas, TeeProcs, TeeSpline
 {$ENDIF}
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

Re: Delphi Tokyo. “Unit TeEngine not found”.

Posted: Wed Apr 26, 2017 10:33 am
by yeray
Hello,

Yes, adding the VCLTee unit scope name is the correct way to go.
Note there is VCLTee prefix for VCL projects and FMXTee for FMX projects. If the installer added one or the other to the IDE unit scope names, the other projects would fail.