TeeGrid VCL/FMX missing Graphics unit

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
Alcedo
Newbie
Newbie
Posts: 1
Joined: Fri Jun 16, 2023 12:00 am

TeeGrid VCL/FMX missing Graphics unit

Post by Alcedo » Tue Jun 27, 2023 7:45 pm

Hi,

version 1.12

I can't manually install the components, I get an error during compilation (build all)
[dcc32 Hint] Tee.Grid.Rows.pas(836): H2164 Variable 'tmpFormat' is declared but never used in 'PaintColumn'
[dcc32 Hint] Tee.Grid.Rows.pas(1193): H2164 Variable 'i' is declared but never used in 'TRows.Paint'

[dcc32 Fatal Error] VCLTee.Painter.pas(22): F2613 Unit 'Graphics' not found. <=====!!!!!!!

Any idea
-mh

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

Re: TeeGrid VCL/FMX missing Graphics unit

Post by Yeray » Wed Jun 28, 2023 12:42 pm

Hello,

Make sure you have the VCL prefix in the unit scope names in the project options.
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