I have an MFC application. I am getting this error when I attempt to
compile: error C2440: static cast: cannot convert from
'void(_thiscall (CNameDlg::*)(W PARAM, LPARAM) to LRESULT(_thisca ll
CWnd::*)(WPARAM ,LPARAM)'.
This is basically where the error occurs.
BEGIN_MESSAGE_M AP(CNameDlg, CDialog)
ON_MESSAGE(LJ_M ESSAGE, OnProcess)
END_MESSAGE_MAP
Anyone's help would be greatly appreciated.
compile: error C2440: static cast: cannot convert from
'void(_thiscall (CNameDlg::*)(W PARAM, LPARAM) to LRESULT(_thisca ll
CWnd::*)(WPARAM ,LPARAM)'.
This is basically where the error occurs.
BEGIN_MESSAGE_M AP(CNameDlg, CDialog)
ON_MESSAGE(LJ_M ESSAGE, OnProcess)
END_MESSAGE_MAP
Anyone's help would be greatly appreciated.
Comment