Forwarded from a user report on the public forums:http://social.msdn.microsoft.com/Forums/en-GB/vcmfcatl/thread/c668d8d9-28b6-4666-ad5e-93abca26035d"I noticed today that MFC's CWnd::OnWndMsg function doesn't seem to be current. The following code in the function, case AfxSig_v_u_v: (this->*mmf.pfn_v_u)(static_cast<UINT>(wParam)); break;is the vector for the CWnd::OnTimer function (among other functions). The signature of CWnd::OnTimer is:void OnTimer(UINT_PTR nIDEvent);Therefore, the static_cast<UINT> should be static_cast<UINT_PTR>."
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results