Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1034 - Cannot Compile Standard version with SourceCode in XE5
Summary: Cannot Compile Standard version with SourceCode in XE5
Status: RESOLVED WORKSFORME
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Other Components (show other bugs)
Version: 140923
Hardware: PC Windows
: High blocker
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-09 14:03 EST by Bruder
Modified: 2014-12-22 09:28 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version: RAD XE5


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruder 2014-12-09 14:03:47 EST
Procedure TTeeCanvas.TextOut(const X,Y:{$IFDEF FMX}Single{$ELSE}Integer{$ENDIF}; const Text:String; AllowHtml:Boolean);
begin
  if AllowHtml then
     HtmlTextOut(Self,{$IFDEF FMX}Round{$ENDIF}(X),{$IFDEF FMX}Round{$ENDIF}(Y),Text)
  else
     TextOut(X,Y,Text);
end;

Compiler Error
Inkompatible Typen: VCL.Tee.TeCanvas und TeCanvas.TTeeCanvas 
in Line HTMLTextOut....
Comment 1 sandra pazos 2014-12-11 06:37:37 EST
Hello, 

The problem you are experiencing doesn't appear for us when we create a simple TeeChart Winform application with latest TeeChart Standard VCL/FMX source code in RAD Studio XE5 Update 2.
Maybe the problem can be caused because is necessary to have installed the XE5 update 2. Please, check if you have installed the update. If the XE5 update 2 isn’t installed in your IDE, please install it. Here’s the update 2 download link: http://cc.embarcadero.com/item/29708 . If you have installed update 2 and the problems persist, please attach for us a simple project so we can try to reproduce the problem here. 

Thanks in advance,