error C2660: 'ATL::CTime::GetGmtTm' : function does not take 0 arguments
又人能帮看看怎么改?? error C2660: 'ATL::CTime::GetGmtTm' : function does not take 0 arguments 语句在这里 tm gmt; CTime t; t = CTime::GetCurrentTime(); gmt = *(t.GetGmtTm()); 应该怎么改?? 谢谢