同样的自定义一个消息#define WM_MY WM_USER+0x100ON_MESSAGE(WM_MY,OnMy)在vc.net中出现如下问题:
error C2440: 'static_cast' : cannot convert from 'void (__thiscall CMyApp::* )(void)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'而在vc6.0中没有这个问题.请问这种问题如何解决?