📄 ex_hellomfc.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Ex_HelloMFC - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSPC.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/Ex_HelloMFC.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSPC.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Ex_HelloMFC.pdb" /debug /machine:I386 /out:"Debug/Ex_HelloMFC.exe" /pdbtype:sept ".\Debug\Ex_HelloMFC.obj" "
<h3>Output Window</h3>
Compiling...
Ex_HelloMFC.cpp
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2653: 'CMainFrame' : is not a class or namespace name
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2248: 'messageMap' : cannot access protected member declared in class 'CFrameWnd'
e:\program files\microsoft visual studio\vc98\mfc\include\afxwin.h(3318) : see declaration of 'messageMap'
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2653: 'CMainFrame' : is not a class or namespace name
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2270: 'GetMessageMap' : modifiers not allowed on nonmember functions
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2653: 'CMainFrame' : is not a class or namespace name
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2065: 'messageMap' : undeclared identifier
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2653: 'CMainFrame' : is not a class or namespace name
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2373: 'messageMap' : redefinition; different type modifiers
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2653: 'CMainFrame' : is not a class or namespace name
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2653: 'CMainFrame' : is not a class or namespace name
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2065: '_messageEntries' : undeclared identifier
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2109: subscript requires array or pointer type
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2102: '&' requires l-value
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2653: 'CMainFrame' : is not a class or namespace name
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(16) : error C2040: '_messageEntries' : 'const struct AFX_MSGMAP_ENTRY []' differs in levels of indirection from 'int'
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(17) : error C2065: 'OnLButtonDown' : undeclared identifier
D:\论著编写\VISUAL C++实用教程第二版\光盘\教材配套程序\4\Ex_HelloMFC\Ex_HelloMFC.cpp(17) : error C2440: 'type cast' : cannot convert from 'int *' to 'void (__thiscall CWnd::*)(unsigned int,class CPoint)'
There is no context in which this conversion is possible
Error executing cl.exe.
<h3>Results</h3>
Ex_HelloMFC.exe - 17 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -