Error TCanvas

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Enrique715
Newbie
Newbie
Posts: 1
Joined: Tue Sep 08, 2015 12:00 am

Error TCanvas

Post by Enrique715 » Tue Sep 15, 2015 8:25 pm

Hi,

I have XE8, I installed Teechar 2015.

I created a vcl aplication
drop Tchar on form but, when I try compiled appear this error:

[dcc32 Error] TeCanvas.pas(5539): E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
[dcc32 Error] TeCanvas.pas(8243): E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D'
[dcc32 Fatal Error] VCLTee.TeeGDIPlus.pas(585): F2063 Could not compile used unit 'TeCanvas.pas'

Unit TeCanvas
line HtmlTextOut(Self,{$IFDEF FMX}Round{$ENDIF}(X),{$IFDEF FMX}Round{$ENDIF}(Y),Text)

can anybody help me

Thanks you

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

Re: Error TCanvas

Post by Yeray » Wed Sep 16, 2015 12:09 pm

Hello,

Please check the paths and the unit scope names for both the project and the IDE.
Take a look at the instructions here.
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