--- Module: BXFileDialog.cpp } BXFileDialog.cpp(114): error 1401: (Warning -- member 'BXFileDialog::m_pCurrent' (line 100, file BXFileDialog.h) not initialized by constructor) BXFileDialog.cpp(114): error 1401: (Warning -- member 'BXFileDialog::m_btnHeight' (line 114, file BXFileDialog.h) not initialized by constructor) BXFileDialog.cpp(114): error 1401: (Warning -- member 'BXFileDialog::m_nPreviewBoxWidth' (line 115, file BXFileDialog.h) not initialized by constructor) BXFileDialog.cpp(114): error 1401: (Warning -- member 'BXFileDialog::m_SBWidth' (line 116, file BXFileDialog.h) not initialized by constructor) BXFileDialog.cpp(114): error 1401: (Warning -- member 'BXFileDialog::m_bCanResize' (line 126, file BXFileDialog.h) not initialized by constructor) BXFileDialog.cpp(114): error 1401: (Warning -- member 'BXFileDialog::m_bSizing' (line 130, file BXFileDialog.h) not initialized by constructor) BXFileDialog.cpp(114): error 1401: (Warning -- member 'BXFileDialog::m_eAppearance' (line 133, file BXFileDialog.h) not initialized by constructor) } BXFileDialog.cpp(126): error 1540: (Warning -- Pointer member 'BXFileDialog::m_pCurrent' (line 100, file BXFileDialog.h) neither freed nor zero'ed by destructor -- Effective C++ #6) #... FIRST - 0x0000) case CDN_INITDONE: BXFileDialog.cpp(170): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST - 0x0001) case CDN_SELCHANGE: BXFileDialog.cpp(182): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST - 0x0002) case CDN_FOLDERCHANGE: BXFileDialog.cpp(189): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST - 0x0006) case CDN_TYPECHANGE: BXFileDialog.cpp(196): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') dc.FillRect(&rcWnd, &CBrush(::GetSysColor(COLOR_APPWORKSPACE))); BXFileDialog.cpp(440): error 50: (Error -- Attempted to take the address of a non-lvalue) pLCtrl->PostMessage(WM_KEYUP,VK_F5,0xC0020001); BXFileDialog.cpp(539): error 569: (Warning -- Loss of information (arg. no. 3) (32 bits to 31 bits)) pWnd->PostMessage(WM_KEYUP,VK_RETURN,0xC0020001); BXFileDialog.cpp(547): error 569: (Warning -- Loss of information (arg. no. 3) (32 bits to 31 bits)) PostMessage(WM_KEYUP,VK_RETURN,0xC0020001); BXFileDialog.cpp(868): error 569: (Warning -- Loss of information (arg. no. 3) (32 bits to 31 bits)) nRight = rcSrc.Width() * nMod; BXFileDialog.cpp(1041): error 524: (Warning -- Loss of precision (assignment) (float to int)) nBottom = -(rcSrc.Height() * nMod); BXFileDialog.cpp(1042): error 524: (Warning -- Loss of precision (assignment) (float to int)) bDotNetUI = (m_eAppearance == eAppearance::APPEARANCE_VSDOTNET); BXFileDialog.cpp(1249): error 1015: (Error -- Symbol 'APPEARANCE_VSDOTNET' not found in class) BXFileDialog.cpp(1249): error 1013: (Error -- Symbol 'APPEARANCE_VSDOTNET' not a member of class 'eAppearance') --- Global Wrap-up error 900: (Note -- Successful completion, 20 messages produced)