Hello , I;ve tried a little bit VS7, it's environment is pretty good, when I compare it to the 6th version, but one problem occured. When I've used in the ol one my own messages (e,g, #define MYMSG1 WM_APP+1), catched with ON_MESSGAE(MYMSG1,OnMyMsg)
OnMyMsg was
afx_msg void OnMyMsg(WPARAM,LPARAM,) or BOOL instead of void or whatever. Now it has to by LRESULT type and return sth.. Do I have to modifi this all or is there some other way.
Are there any more news in VC++ 7 language?
Thx
Bubak
OnMyMsg was
afx_msg void OnMyMsg(WPARAM,LPARAM,) or BOOL instead of void or whatever. Now it has to by LRESULT type and return sth.. Do I have to modifi this all or is there some other way.
Are there any more news in VC++ 7 language?
Thx
Bubak