定义在C**App里,类型为public,在调用的时候用AfxGetApp()->变量名比如:
…………
public:
   CPoint m_point;
…………
调用时:
AfxGetApp()->m_point 很早以前就看到这个用法了可是我试了几次老是不行说m_point:is not a member of 'CWinApp'
why`