day11.plg
来自「学习VC的一些例子」· PLG 代码 · 共 76 行
PLG
76 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Day11 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Day11.res" /d "_DEBUG" /d "_AFXDLL" "G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\Day11.rc""
Creating temporary file "C:\WINDOWS\TEMP\RSPD090.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Day11.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\ChildFrm.cpp"
"G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\Day11.cpp"
"G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\Day11Doc.cpp"
"G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\Day11View.cpp"
"G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\Line.cpp"
"G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\MainFrm.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPD090.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPD091.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Day11.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPD091.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPD092.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Day11.pdb" /debug /machine:I386 /out:"Debug/Day11.exe" /pdbtype:sept
".\Debug\ChildFrm.obj"
".\Debug\Day11.obj"
".\Debug\Day11Doc.obj"
".\Debug\Day11View.obj"
".\Debug\Line.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Day11.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPD092.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChildFrm.cpp
Day11.cpp
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(24) : error C2143: syntax error : missing ';' before '*'
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(24) : error C2501: 'CLine' : missing storage-class or type specifiers
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(24) : error C2501: 'GetLine' : missing storage-class or type specifiers
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(25) : error C2143: syntax error : missing ';' before '*'
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(25) : error C2501: 'CLine' : missing storage-class or type specifiers
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(25) : error C2501: 'AddLine' : missing storage-class or type specifiers
Day11Doc.cpp
G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\Day11Doc.cpp(111) : error C2065: 'm_oaLines' : undeclared identifier
G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\Day11Doc.cpp(111) : error C2228: left of '.Add' must have class/struct/union type
G:\整理的CPP\学用VisualC++6.0\第十一章\Day11\Day11Doc.cpp(140) : error C2109: subscript requires array or pointer type
Day11View.cpp
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(24) : error C2143: syntax error : missing ';' before '*'
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(24) : error C2501: 'CLine' : missing storage-class or type specifiers
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(24) : error C2501: 'GetLine' : missing storage-class or type specifiers
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(25) : error C2143: syntax error : missing ';' before '*'
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(25) : error C2501: 'CLine' : missing storage-class or type specifiers
g:\整理的cpp\学用visualc++6.0\第十一章\day11\day11doc.h(25) : error C2501: 'AddLine' : missing storage-class or type specifiers
Line.cpp
MainFrm.cpp
Generating Code...
Error executing cl.exe.
<h3>Results</h3>
Day11.exe - 15 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?