I am having a number of issues using TeeChart Pro v2019.0.4.25 and TeeChart201964.ocx
Here's the first one:-
I have a real time application monitoring avionics messages which has been converted from 32bit to 64bit (VS 2008 C++) Teechart5 to TeeChart Pro v2019.0.4.25
I am using the same code as used with the 32bit version
When calling
Code: Select all
m_tchart.ChangeSeriesType(series->m_iSeries, scBar);
I get the following pop up After pressing OK the graphs appear and run.
If I change the type of graph at runtime I get the same result
sometimes i get an error message before calling m_tchart.ChangeSeriesType
Augument out of range
on this line
Code: Select all
m_tchart.GetTools().GetItems(TOOLS_ALARM_YBAND2).SetActive(0);
Please advise,
Thanks,
Shia.