Page 1 of 1

Error TCanvas

Posted: Tue Sep 15, 2015 8:25 pm
by 16576288
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

Re: Error TCanvas

Posted: Wed Sep 16, 2015 12:09 pm
by yeray
Hello,

Please check the paths and the unit scope names for both the project and the IDE.
Take a look at the instructions here.