📄 hello.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Hello - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ljm\LOCALS~1\Temp\RSP9F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/Hello.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\My Documents\网络技术\MFC\《MFC Windows程序设计(第二版)》\Chap01\Hello\Hello.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ljm\LOCALS~1\Temp\RSP9F.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Hello.pdb" /debug /machine:I386 /out:"Debug/Hello.exe" /pdbtype:sept ".\Debug\Hello.obj" "
<h3>Output Window</h3>
Compiling...
Hello.cpp
e:\my documents\网络技术\mfc\《mfc windows程序设计(第二版)》\chap01\hello\hello.cpp(24) : error C2065: 'OnMouseLeave' : undeclared identifier
e:\my documents\网络技术\mfc\《mfc windows程序设计(第二版)》\chap01\hello\hello.cpp(24) : error C2440: 'type cast' : cannot convert from 'int *' to 'long (__thiscall CWnd::*)(unsigned int,long)'
There is no context in which this conversion is possible
e:\my documents\网络技术\mfc\《mfc windows程序设计(第二版)》\chap01\hello\hello.cpp(25) : error C2065: 'OnMouseHover' : undeclared identifier
e:\my documents\网络技术\mfc\《mfc windows程序设计(第二版)》\chap01\hello\hello.cpp(25) : error C2440: 'type cast' : cannot convert from 'int *' to 'long (__thiscall CWnd::*)(unsigned int,long)'
There is no context in which this conversion is possible
e:\my documents\网络技术\mfc\《mfc windows程序设计(第二版)》\chap01\hello\hello.cpp(47) : error C2509: 'OnMouseMove' : member function not declared in 'CMainWindow'
e:\my documents\网络技术\mfc\《mfc windows程序设计(第二版)》\chap01\hello\hello.h(7) : see declaration of 'CMainWindow'
e:\my documents\网络技术\mfc\《mfc windows程序设计(第二版)》\chap01\hello\hello.cpp(61) : error C2039: 'OnMouseLeave' : is not a member of 'CMainWindow'
e:\my documents\网络技术\mfc\《mfc windows程序设计(第二版)》\chap01\hello\hello.h(7) : see declaration of 'CMainWindow'
e:\my documents\网络技术\mfc\《mfc windows程序设计(第二版)》\chap01\hello\hello.cpp(62) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Error executing cl.exe.
<h3>Results</h3>
Hello.exe - 7 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -