Search found 1 match
- Tue Apr 25, 2017 3:54 pm
- Forum: VCL
- Topic: Delphi Tokyo. “Unit TeEngine not found”.
- Replies: 1
- Views: 9071
Delphi Tokyo. “Unit TeEngine not found”.
When I compile a new project, the message error “Unit “TeEngine” not found” appear in the unit VCLTee.Series.pas, line 89. {$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 corre...