1. 程式人生 > >error C2039: “SetWindowTextA”: 不是“ATL::CStringT”的成員

error C2039: “SetWindowTextA”: 不是“ATL::CStringT”的成員

error C2039: “SetWindowTextA”: 不是“ATL::CStringT<BaseType,StringTraits>”的成員

將使用者名稱的顯示為靜態,定義時定義的是CString型別,

m_UserName.SetWindowText(Name);

m_UserName. 是Cstring型別,指向的是Static控制元件,沒有SetWindowTextA方法。

改動方法:將CString改為CStatic m_UserName