Автор: sidPR (09.01.2007 в 03:23)
MessageBox(add_text); в 8 студии так не прокатит
а так у меня и есть
public:
CString add_text; |
в Dlg.h
и другой метод ошибку выдал
>r:\!projects\test\test\testdlg.cpp(196) : error C2039: 'GetWindowTextW' : is not a member of 'ATL::CStringT<BaseType,StringTraits>'
1> with
1> [
1> BaseType=wchar_t,
1> StringTraits=StrTraitMFC_DLL<wchar_t>
1> ]
1>r:\!projects\test\test\testdlg.cpp(196) : error C2065: 'temp' : undeclared identifier
|