Hello ,
i want a solution for this error:
this error occurred when i added a button and writing code for it in a mfc project.
i searched for it in the web and found some solution like change it's prototype from void to LRESULT i do it but this error occurred:
please get me a solution
Best Regard
i want a solution for this error:
Code:
'static_cast' : cannot convert from 'void (__thiscall CShimiHalDlg::* )(void)' to 'AFX_PMSG'
i searched for it in the web and found some solution like change it's prototype from void to LRESULT i do it but this error occurred:
Code:
error C2440: 'static_cast' : cannot convert from 'LRESULT (__thiscall CshimiHalDlg::* )(WPARAM,LPARAM)' to 'AFX_PMSG'
Best Regard
Comment