Access Violation (mouse over graph)
Posted: Tue Oct 11, 2005 9:09 am
Hello,
Strange thing, I get an access violation error when I move my mouse cursor over the graph.
I created a new application (MFC dlg-based) in VS.NET 2003,
and added the following function (which is called in the OnInitDialog() ):
//m_Chart is of type CTChart
The error I get is "Access violation at address 504DCD55 in module TeeChart7.ocx. Read of address FFFFFFFC."
It happens with v7.0.0.5 , v7.0.0.0 seems to be ok.
Any idea ?
Strange thing, I get an access violation error when I move my mouse cursor over the graph.
I created a new application (MFC dlg-based) in VS.NET 2003,
and added the following function (which is called in the OnInitDialog() ):
Code: Select all
void CTestTeeChartDlg::InitGraph(void)
{
m_Chart.ClearChart();
m_Chart.AddSeries(scVolume);
}
The error I get is "Access violation at address 504DCD55 in module TeeChart7.ocx. Read of address FFFFFFFC."
It happens with v7.0.0.5 , v7.0.0.0 seems to be ok.
Any idea ?