![]() | 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: | AccessViolation when running a C++ Builder XE5 Firemonkey 64-bit application with a TChart and a TPieSeries | ||
---|---|---|---|
Product: | FireMonkey TeeChart | Reporter: | yeray alonso <yeray> |
Component: | Series | Assignee: | Steema Issue Manager <issuemanager> |
Status: | IN_PROGRESS --- | ||
Severity: | normal | CC: | david |
Priority: | Normal | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows | ||
Chart Series: | Pie | Delphi / C++ Builder RAD IDE Version: | RAD XE5 |
Description
yeray alonso
2014-02-21 11:14:03 EST
Problem happens only when compiling "using runtime packages". The error is raised in FMXTee.Export.Bitmap, initialization. Its being investigated. It also happens with any kind of series. The problem is the internal TeeExportFormats list if a generic TList<TMetaClass> and this is not working fine with C++ when using runtime packages. One possibility is to replace it with a TList<TClass> or an "Array of TMetaClass", but that (if it works) will mean an important change. A fix for this will hopefully come soon, maybe for XE6. |