The problem was that I defined the message handler without the wParam and lParam. Although It worked in Debug version, this didn't in Release ver.
After changing the signature of the function, all goes right !
Hi,
I'm currently developping a SDI application using VC++ (MFC).
This application can change the current view. (This is explained inside the MSDN).
Inside the code of the CMainFrame class, I send a message to the current active view (instead of defining a common interface for all possible...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.