| | |
| | | #include "stdafx.h" |
| | | #include "DitGlassRawMessenger.h" |
| | | #include "DitGlassRawMessengerDlg.h" |
| | | |
| | | #include "SelfDump.h" /* < KMH 20220406 : #4053 ADD > */ |
| | | #ifdef _DEBUG |
| | | #define new DEBUG_NEW |
| | | #endif |
| | |
| | | // 적절한 내용으로 수정해야 합니다. |
| | | 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(); |