level 2
紫炫耀舞
楼主
--------------------Configuration: hello - Win32 Debug--------------------
Compiling...
helloDlg.cpp
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(175) : error C2039: 'CretPointFont' : is not a member of 'CFont'
d:\vc98\mfc\include\afxwin.h(494) : see declaration of 'CFont'
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(176) : error C2039: 'SetWindowsText' : is not a member of 'CWnd'
d:\vc98\mfc\include\afxwin.h(1899) : see declaration of 'CWnd'
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(177) : error C2065: 'GeTDlgItem' : undeclared identifier
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(177) : error C2227: left of '->SetFont' must point to class/struct/union
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(177) : error C2065: 'font' : undeclared identifier
执行 cl.exe 时出错.
hello.exe - 1 error(s), 0 warning(s)
:::::::::::::::::
各位大神,这是什么情况啊,求解,书上看不懂,初次学习,求解答!
2016年02月19日 06点02分
1
Compiling...
helloDlg.cpp
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(175) : error C2039: 'CretPointFont' : is not a member of 'CFont'
d:\vc98\mfc\include\afxwin.h(494) : see declaration of 'CFont'
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(176) : error C2039: 'SetWindowsText' : is not a member of 'CWnd'
d:\vc98\mfc\include\afxwin.h(1899) : see declaration of 'CWnd'
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(177) : error C2065: 'GeTDlgItem' : undeclared identifier
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(177) : error C2227: left of '->SetFont' must point to class/struct/union
D:\Visual c++\MSDev98\MyProjects\hello\helloDlg.cpp(177) : error C2065: 'font' : undeclared identifier
执行 cl.exe 时出错.
hello.exe - 1 error(s), 0 warning(s)
:::::::::::::::::
各位大神,这是什么情况啊,求解,书上看不懂,初次学习,求解答!