This commit is contained in:
2013-08-02 22:20:40 +00:00
parent df4429eb05
commit 3a100d9d33
10 changed files with 111 additions and 58 deletions

View File

@@ -107,7 +107,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy &quot;$(OutDir)\HLStockWindow.exe&quot; &quot;.\..\Bin&quot;"
CommandLine=""
/>
</Configuration>
<Configuration

View File

@@ -333,11 +333,11 @@ BOOL CHLStockWindowDlg::Running()
::MessageBox( NULL, "상하한가 검사중 문제가 발생하였습니다. \n에러코드:002", "CHLStockWindowDlg::Running()", MB_ICONERROR|MB_TOPMOST );
}
#ifdef _DEBUG
CString str;
str = bRet ? "Running retrn TRUE":"Running return FALSE";
AfxMessageBox(str);
#endif
//#ifdef _DEBUG
// CString str;
// str = bRet ? "Running retrn TRUE":"Running return FALSE";
// AfxMessageBox(str);
//#endif
return bRet;
}