Steema Issues Database

Note: 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.



Bug 1898

Summary: AV during run of chart in x64 VC++ application
Product: ActiveX TeeChart Reporter: marc meumann <marc>
Component: ChartAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: critical    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description marc meumann 2017-07-26 11:16:31 EDT
Difficult to regularly reproduce at runtime but debugging at client site shows the cause to be related to use of Cardinal variable in important point of TeeChart's (Delphi) code, the variable type is insensitive to differences in x86/x64 sizes. Suggested fix, using HINST being tested.
Comment 1 marc meumann 2018-01-16 06:17:44 EST
as suspected. Related to variable type.