SDC C-Project CF Review 프로그램
kojingeun
2023-07-14 f77e8008cac062596058fca2aeddda62b80bedbf
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();