SDC C-Project CF Review 프로그램
LYW
2022-05-31 f1a543772246f59b8b52a8857270b38ee38f3588
DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.cpp
@@ -5,7 +5,7 @@
#include "stdafx.h"
#include "DitGlassRawMessenger.h"
#include "DitGlassRawMessengerDlg.h"
#include "SelfDump.h"   /* < KMH 20220406 : #4053 ADD  > */
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
@@ -71,6 +71,13 @@
   // 적절한 내용으로 수정해야 합니다.
   SetRegistryKey(_T("로컬 응용 프로그램 마법사에서 생성된 응용 프로그램"));
   /* < KMH 20220406 : #4053 ADD Start > */
   CSelfDump cDump;
   cDump.RegisterExceptionFilter();
   //CreateDirectory("D:\\AOIServer\\Temp", NULL);
   /* < KMH 20220406 : #4053 ADD End > */
   CDitGlassRawMessengerDlg dlg;
   m_pMainWnd = &dlg;
   INT_PTR nResponse = dlg.DoModal();