主题:Generated message map functions请教
protected:
void DrawChart();
void InitChart();
//{{AFX_MSG(CDemoView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnChartLine();
afx_msg void OnChartCombi();
afx_msg void OnChartPie();
//}}AFX_MSG
上面几个函数都是网上下载mschart例子里的,自己试着添加函数,就在//{{AFX_MSG(CDemoView)和//}}AFX_MSG之外,象 void DrawChart()一样。怎么样让它在宏里面呢?谢谢
void DrawChart();
void InitChart();
//{{AFX_MSG(CDemoView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnChartLine();
afx_msg void OnChartCombi();
afx_msg void OnChartPie();
//}}AFX_MSG
上面几个函数都是网上下载mschart例子里的,自己试着添加函数,就在//{{AFX_MSG(CDemoView)和//}}AFX_MSG之外,象 void DrawChart()一样。怎么样让它在宏里面呢?谢谢