Page 1 of 1

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

Posted: Fri Mar 23, 2018 11:54 am
by 8753501
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.

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

Posted: Wed May 02, 2018 6:17 am
by 16583585
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)

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

Posted: Wed May 02, 2018 12:13 pm
by yeray
Hello,

We've added it to the public tracker and found a workaround for it:
http://bugs.teechart.net/show_bug.cgi?id=2032