error C2440: ‘static_cast’ : cannot convert from ‘UINT (__thiscall CMenuBar::* )(CPoint)’ to ‘LRESUL
来源:互联网
在把VC6.0 工程转到VS2005工程中遇到下面的问题: error C2440: ‘static_cast’ : cannot convert from ‘UINT (__thiscall CMenuBar::* )(CPoint)’ to ‘LRESULT (__thiscall CWnd::* )(CPoint)’ Cast from base to derived requires dynamic_cast or static_cast error C2440: ‘static