error C2440: 'static_cast' : cannot convert from 'UINT (__thiscall CStaticLink::* )(CPoint)' to 'LRESULT (__thiscall CWnd::* )(CPoint) (转)

原文转自 http://blog.csdn.net/yinxing408033943/article/details/7601698

 

解决方法: 找到  UNIT CStaticLink::OnNcHitTest(CPoint point) 将UNIT 改为LRESULT

原文地址:https://www.cnblogs.com/happykoukou/p/7920161.html