📄 ex4_1.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Ex4_1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP44.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Ex4_1.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1.cpp"
"C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP44.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP45.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Ex4_1.pdb" /debug /machine:I386 /out:"Debug/Ex4_1.exe" /pdbtype:sept
".\Debug\ChildFrm.obj"
".\Debug\Ex4_1.obj"
".\Debug\Ex4_1Doc.obj"
".\Debug\Ex4_1View.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Ex4_1.res"
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP45.tmp"
<h3>Output Window</h3>
Compiling...
Ex4_1View.cpp
C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1View.cpp(109) : error C2065: 'pDC' : undeclared identifier
C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1View.cpp(109) : error C2227: left of '->SelectObject' must point to class/struct/union
C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1View.cpp(111) : error C2227: left of '->GetClipBox' must point to class/struct/union
C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1View.cpp(112) : error C2227: left of '->PatBltcrcClip' must point to class/struct/union
C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1View.cpp(112) : error C2228: left of '.left' must have class/struct/union type
C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1View.cpp(112) : error C2059: syntax error : ')'
C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1View.cpp(113) : error C2227: left of '->SelectObject' must point to class/struct/union
C:\Documents and Settings\user\桌面\Ex4_1\Ex4_1View.cpp(114) : error C2562: 'OnToolbarBlack' : 'void' function returning a value
c:\documents and settings\user\桌面\ex4_1\ex4_1view.h(51) : see declaration of 'OnToolbarBlack'
Generating Code...
Compiling...
Ex4_1.cpp
Generating Code...
执行 cl.exe 时出错.
<h3>Results</h3>
Ex4_1.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -