![]() | Steema Issues DatabaseNote: 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. |
| Summary: | Cannot Compile Standard version with SourceCode in XE5 | ||
|---|---|---|---|
| Product: | VCL TeeChart | Reporter: | Bruder |
| Component: | Other Components | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | blocker | CC: | sandra |
| Priority: | High | ||
| Version: | 140923 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | RAD XE5 |
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, |
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....