From b354c153b0074e5d54371bc05b12edbe8e613a19 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 월, 09 8월 2021 10:50:06 +0900 Subject: [PATCH] Ongoing50 #3561 CF AOI Review Align 카메라 끊김 현상 조치 --- ReviewSystem/ReviewSystem/MainFrm.cpp | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ReviewSystem/ReviewSystem/MainFrm.cpp b/ReviewSystem/ReviewSystem/MainFrm.cpp index 62cab8a..5687f0b 100644 --- a/ReviewSystem/ReviewSystem/MainFrm.cpp +++ b/ReviewSystem/ReviewSystem/MainFrm.cpp @@ -41,6 +41,8 @@ ID_INDICATOR_SCRL, }; +// �젙�쓽 + // CMainFrame �깮�꽦/�냼硫� CMainFrame::CMainFrame() @@ -67,6 +69,8 @@ { if (CFrameWndEx::OnCreate(lpCreateStruct) == -1) return -1; + + SetUnhandledExceptionFilter(TopLevelExceptionFilterCallBack); ModifyStyle(WS_CAPTION, NULL); @@ -940,4 +944,5 @@ return TRUE; } return FALSE; -} \ No newline at end of file +} + -- Gitblit v1.9.3