--- Module: CJDateTimeCtrl.cpp { CJDateTimeCtrl.cpp(62): error 578: (Warning -- Declaration of symbol 'tm' hides symbol 'tm' (line 106, file C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\time.h)) goto DoTime; CJDateTimeCtrl.cpp(191): error 801: (Info -- Use of goto is deprecated) for (tmDest.tm_mon = (n4Day >> 5) + 1; CJDateTimeCtrl.cpp(204): error 704: (Info -- Shift right of signed quantity (long)) n4Day > nMonthDays[tmDest.tm_mon]; tmDest.tm_mon++); CJDateTimeCtrl.cpp(205): error 722: (Info -- Suspicious use of ;) DestroyWindow(); CJDateTimeCtrl.cpp(450): error 1506: (Warning -- Call to virtual function 'CWnd::DestroyWindow(void)' within a constructor or destructor) DestroyWindow(); CJDateTimeCtrl.cpp(666): error 1506: (Warning -- Call to virtual function 'CWnd::DestroyWindow(void)' within a constructor or destructor) --- Global Wrap-up error 900: (Note -- Successful completion, 6 messages produced)