![]() | 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: | Crash when resizing form under macOS 64 bit | ||
---|---|---|---|
Product: | FireMonkey TeeChart | Reporter: | yeray alonso <yeray> |
Component: | Chart | Assignee: | yeray alonso <yeray> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | info |
Priority: | High | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Mac OS | ||
URL: | https://www.steema.com/support/viewtopic.php?f=17&t=17258 | ||
Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: |
Description
yeray alonso
2019-11-08 10:39:27 EST
i have the same issue does the october release fix this? thanks Brian just a thcart on a blank form and resizing that form on 64 bit osx causes a crash (32 bit OK) it might be a Delphi compiler issue for OSX 64 bit linux 64 bit and its OK Brian Hi great but how do we get hold of the fix or can we apply a patch? thanks! Brian Sure, for those owning the sources, you can add an "IFNDEF MACOS64" at TeeCanvas.pas (line 66) to avoid defining "HASCANVASGPU" for that platform: {$IFDEF D18} {$IFNDEF MACOS64} {$DEFINE HASCANVASGPU} {$ENDIF} {$ENDIF} Don't forget to run TeeRecompile to build the sources and apply the modification. HI it works, thanks very much! Brian Great. Thanks for confirming it. |