摘要: void CMyDlg::Log(CString strLog){ USES_CONVERSION; CString strFileName; CString strInfo; CTime ctCurrent; CString strTime; ctCurrent = CTime::GetCurrentTime(); strTime = ctCurrent.Format("%m-%d %H:%M:%S"); strFileName.Format(TEXT("%s\\BuildLog_%s.log"), m_strConfigDir, m_strLogTi 阅读全文
posted @ 2012-08-12 16:47 giigie 阅读(138) 评论(0) 推荐(0)
摘要: void CMyDlg::Log(CString strLog){ USES_CONVERSION; CString strFileName; CString strInfo; CTime ctCurrent; CString strTime; ctCurrent = CTime::GetCurrentTime(); strTime = ctCurrent.Format("%m-%d %H:%M:%S"); strFileName.Format(TEXT("%s\\BuildLog_%s.log"), m_strConfigDir, m_strL... 阅读全文
posted @ 2012-08-12 16:16 giigie 阅读(206) 评论(0) 推荐(0)