就这样一句话 报错
1.m_UserRecordSet.m_strFilter.Format("UserName like '%c%s%c' order by UserID ASC",
chrTemp,strUserName,operator LPCTSTR(),chrTemp);
错误:F:\prefereye\Demo02\Demo02View.cpp(176) : error C2065: '.PBD' : undeclared identifier2.ctl->InsertItem(i,1,m_UserRecordSet.m_UserName);错误:F:\prefereye\Demo02\Demo02View.cpp(183) : error C2664: 'int __thiscall CListCtrl::InsertItem(int,const char *,int)' : cannot convert parameter 3 from 'class CString' to 'int'