CString stime = "2003/08/15 20:10:45";

COleDateTime CurrTime =COleDateTime::GetCurrentTime();
 COleDateTime dtime;
dtime.ParseDateTime(stime);COleDateTimeSpan tm = CurrTime - dtime;编译报错:
e:\myprg\Communiction0731_sr\CommunictionDlg.cpp(347) : error C2018: unknown character '0xa3'
E:\myprg\Communiction0731_sr\CommunictionDlg.cpp(347) : error C2018: unknown character '0xad'
E:\myprg\Communiction0731_sr\CommunictionDlg.cpp(347) : error C2146: syntax error : missing ';' before identifier 'stime'
Error executing cl.exe.Communiction.exe - 3 error(s), 0 warning(s)
请高手,指点!谢谢