.....\SortListCtrl.cpp(42): error C2440: “static_cast” : 无法从“BOOL (__thiscall CSortListCtrl::* )(WPARAM,LPARAM)”转换为“LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)”错误的三个地方是这里 ON_MESSAGE(DROPM_DRAGOVER,OnDragOver)
ON_MESSAGE(DROPM_DROPEX,OnDropEx)
ON_MESSAGE(DROPM_DROP,OnDrop)
错误的提示都是最上的那样的
这个是别人给的源代码
在别人机器上编译没有问题
为啥 在我这里就出现问题了呢