Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual C++ ver6 ---> ver7

Status
Not open for further replies.

bubak

Programmer
Jun 25, 2001
208
SK
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top