--- Module: NGResizeCtrl.cpp } NGResizeCtrl.cpp(80): error 1401: (Warning -- member 'CNGResizeCtrl::m_hasResizingBorder' (line 196, file NGResizeCtrl.h) not initialized by constructor) case HTTOP : currentRect.top = mousePostion.y; break; NGResizeCtrl.cpp(656): error 825: (Info -- control flows into case/default without -fallthrough comment) case HTBOTTOM : currentRect.bottom = mousePostion.y; break; NGResizeCtrl.cpp(659): error 825: (Info -- control flows into case/default without -fallthrough comment) case HTLEFT : currentRect.left = mousePostion.x; break; NGResizeCtrl.cpp(662): error 825: (Info -- control flows into case/default without -fallthrough comment) case HTRIGHT : currentRect.right = mousePostion.x; break; NGResizeCtrl.cpp(665): error 825: (Info -- control flows into case/default without -fallthrough comment) case HTTOP : m_delta.cy = currentRect.top - mousePostion.y; break; NGResizeCtrl.cpp(690): error 825: (Info -- control flows into case/default without -fallthrough comment) case HTBOTTOM : m_delta.cy = currentRect.bottom - mousePostion.y; break; NGResizeCtrl.cpp(693): error 825: (Info -- control flows into case/default without -fallthrough comment) case HTLEFT : m_delta.cx = currentRect.left - mousePostion.x; break; NGResizeCtrl.cpp(696): error 825: (Info -- control flows into case/default without -fallthrough comment) case HTRIGHT : m_delta.cx = currentRect.right - mousePostion.x; break; NGResizeCtrl.cpp(699): error 825: (Info -- control flows into case/default without -fallthrough comment) --- Global Wrap-up error 900: (Note -- Successful completion, 9 messages produced)