Delphi Tokyo. “Unit TeEngine not found”.

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
arvin
Newbie
Newbie
Posts: 1
Joined: Fri Feb 17, 2017 12:00 am

Delphi Tokyo. “Unit TeEngine not found”.

Post by arvin » 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.

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

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Wed Apr 26, 2017 10:33 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply