本文主要是介绍error C2440: ‘static_cast’ : cannot convert from ‘UINT (__thiscall CMenuBar::* )(CPoint)’ to ‘LRESUL,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
转自VC错误:http://www.vcerror.com/?p=1568问题描述:
在把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
解决方法:
具体的解决方法参考文章:http://www.vcerror.com/?p=1568
这篇关于error C2440: ‘static_cast’ : cannot convert from ‘UINT (__thiscall CMenuBar::* )(CPoint)’ to ‘LRESUL的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!