| | |
| | | |
| | | if(strArrayOption.GetSize() > 0) |
| | | { |
| | | strItemText = strArrayOption.GetAt(pRcpPriorityInfo->GetPriorityStackData()); |
| | | //LYW ERR수정 |
| | | strItemText = strArrayOption.GetAt(pRcpPriorityInfo->GetPriorityGrayData()); |
| | | m_ctrlGridFilterinfo.SetItemText(nRowIdx, nColIdx++, strItemText); |
| | | } |
| | | } |
| | |
| | | { |
| | | va_list list; |
| | | TCHAR strText[2000] = {0}; |
| | | try |
| | | { |
| | | va_start(list, lpstrFormat); |
| | | _vstprintf_s(strText, lpstrFormat, list); |
| | | va_end(list); |
| | | |
| | | va_start(list, lpstrFormat); |
| | | _vstprintf_s(strText, lpstrFormat, list); |
| | | va_end(list); |
| | | CString* pstrLog = new CString(strText); |
| | | PostThreadMessage(m_ThreadId, WM_DIPLAY_LOG, reinterpret_cast<WPARAM>(pstrLog), 0); |
| | | } |
| | | catch (...) |
| | | { |
| | | return; |
| | | } |
| | | |
| | | CString* pstrLog = new CString(strText); |
| | | PostThreadMessage(m_ThreadId, WM_DIPLAY_LOG, reinterpret_cast<WPARAM>(pstrLog), 0); |
| | | |
| | | // WriteToFile(strText); |
| | | // |