TeeChart VCL/FMX v2018 [21 MAR 2018] RELEASE 2018.24.180321

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
Gemma
Advanced
Posts: 228
Joined: Thu Feb 03, 2011 12:00 am

TeeChart VCL/FMX v2018 [21 MAR 2018] RELEASE 2018.24.180321

Post by Gemma » Fri Mar 23, 2018 11:54 am

Greetings!

Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2018.24.180321 release with full RAD Studio 10.2.3 (RX/DX/CX) support.

Customers with active subscription may download the version at no-charge from the customer download page.

The new update includes TeeChart Pro and Standard binary and source code installers for all development environments already supported and adds full support for RAD Studio, Delphi , C++ Builder 10.2 Tokyo Update 3.

If you'd like to try-out the new release you can follow this link to download the fully functional evaluation version.

Version history for TeeChart VCL/FMX may be viewed at the product release notes.
Best Regards,
Gemma Gibert
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
Instructions - How to post in this forum

AHS
Newbie
Newbie
Posts: 1
Joined: Wed Apr 25, 2018 12:00 am

Re: TeeChart VCL/FMX v2018 [21 MAR 2018] RELEASE 2018.24.180321

Post by AHS » Wed May 02, 2018 6:17 am

Series1->AddXY(1.0, 2.0); causes a segmentation fault (11) error
using C++ Tokyo 10.2.3 + TeeChart Pro V2018.24.180321 FMX + Android SDK 24.3.3

How does this happen?
New Project -> FMX C++
Add a TChart + TLineSeries
Add a Button -> OnClick -> Series1->AddXY(1.0, 2.0);
=> OnClick causes in debug-mode
Project ...apk has raised exception-class segmentation fault (11)

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

Re: TeeChart VCL/FMX v2018 [21 MAR 2018] RELEASE 2018.24.180321

Post by Yeray » Wed May 02, 2018 12:13 pm

Hello,

We've added it to the public tracker and found a workaround for it:
http://bugs.teechart.net/show_bug.cgi?id=2032
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