CChartDateTimeAxis* pBottomAxis=m_ChartCtrl1.CreateDateTimeAxis(CChartCtrl::BottomAxis);
pBottomAxis->SetDiscrete(true);
CChartStandardAxis* pLeftAxis=m_ChartCtrl1.CreateStandardAxis(CChartCtrl::LeftAxis);
pBottomAxis->GetLabel()->SetText(_T(“偏航角度/度”));
最后一句报错,error:不允许指针指向不完整类型,但是明明定义了呀?
pBottomAxis->SetDiscrete(true);
CChartStandardAxis* pLeftAxis=m_ChartCtrl1.CreateStandardAxis(CChartCtrl::LeftAxis);
pBottomAxis->GetLabel()->SetText(_T(“偏航角度/度”));
最后一句报错,error:不允许指针指向不完整类型,但是明明定义了呀?
解决方案
80
GetLable()怎么定义的,GetLable的问题吧