The function CString CMainFrame::GetColumnText(HWND h,int row,int col) const in the MainFrame.cpp exists a code logic error.
I guess that you want to judge the if(item.TimeStamp.dwHighDateTime+item.TimeStamp.dwLowDateTime) is zero.
But you incorrectly type the if(item.TimeStamp.dwHighDateTime+item.TimeStamp.dwHighDateTime. The code line is 219.
The function
CString CMainFrame::GetColumnText(HWND h,int row,int col) const
in the MainFrame.cpp exists a code logic error. I guess that you want to judge theif(item.TimeStamp.dwHighDateTime+item.TimeStamp.dwLowDateTime)
is zero. But you incorrectly type theif(item.TimeStamp.dwHighDateTime+item.TimeStamp.dwHighDateTime
. The code line is 219.