We are using the TeeChart Pro v2018 ActiveX Control in our C++ applications
We provide access to the chart properties using the TeeEditor tool ( via a form button)
Initialise:
Code: Select all
m_TeeEditor.SetChartLink(m_pChart->GetChartLink());
Code: Select all
m_pChart->TeeEditorShowEditor();
In 64 bit where high memory is addressed GetChartLink() returns a negative value.
The result is the TeeEditor cannot be displayed.
I can also see many similar tool methods return a LONG instead of a DWORD .
Is this an issue Steema is aware of ?
I look forward to your response
kind regards
Mark