1>.\Dev_ParseDlg.cpp(206) : error C2440: “static_cast”: 无法从“void (__cdecl CDev_ParseDlg::* )(UINT)”转换为“void (__cdecl CWnd::* )(UINT_PTR)”
1>        从基类型到派生类型的强制转换需要 dynamic_cast 或 static_cast补充问题出现在:ON_WM_TIMER()的声明
#define ON_WM_TIMER() \
{ WM_TIMER, 0, 0, 0, AfxSig_vw, \
(AFX_PMSG)(AFX_PMSGW) \
(static_cast< void (AFX_MSG_CALL CWnd::*)(UINT_PTR) > ( &ThisClass :: OnTimer)) },

请各位帮忙分析一下