Changeset 92 in dev for BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- Apr 8, 2007, 2:07:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/BasicCompiler.cpp
r78 r92 785 785 //通常ダイアログインターフェイス 786 786 hMainDlg=CreateDialog(hInst,MAKEINTRESOURCE(IDD_MAIN),hOwnerEditor,(DLGPROC)DlgCompile); 787 788 #ifdef _DEBUG 789 // VC++によるデバッグの場合は画面を出さない 790 // ※別スレッドのウィンドウ ループとの不整合性がデッドロックを生む場合がある(特にステップ実行時など) 791 PostMessage( hMainDlg, WM_COMMAND, IDOK, 0 ); 792 #else 787 793 ShowWindow(hMainDlg,SW_SHOW); 794 #endif 788 795 } 789 796 SendDlgItemMessage(hMainDlg,IDC_SHOWERROR,BM_SETCHECK,BST_CHECKED,0);
Note:
See TracChangeset
for help on using the changeset viewer.