📄 arithmetic2.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Arithmetic2 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP23.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Arithmetic2.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\VCSrc\Arithmetic2\Arithmetic2.cpp"
"D:\VCSrc\Arithmetic2\Arithmetic2Dlg.cpp"
"D:\VCSrc\Arithmetic2\MiniStep.cpp"
"D:\VCSrc\Arithmetic2\MyArray.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP23.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP24.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Arithmetic2.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\VCSrc\Arithmetic2\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP24.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP25.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Arithmetic2.pdb" /debug /machine:I386 /out:"Debug/Arithmetic2.exe" /pdbtype:sept
.\Debug\Arithmetic2.obj
.\Debug\Arithmetic2Dlg.obj
.\Debug\MiniStep.obj
.\Debug\MyArray.obj
.\Debug\StdAfx.obj
.\Debug\Arithmetic2.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP25.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
Arithmetic2.cpp
Arithmetic2Dlg.cpp
D:\VCSrc\Arithmetic2\Arithmetic2Dlg.cpp(323) : error C2144: syntax error : missing ';' before type 'void'
D:\VCSrc\Arithmetic2\Arithmetic2Dlg.cpp(323) : error C2501: 'CAsyncSocket' : missing storage-class or type specifiers
D:\VCSrc\Arithmetic2\Arithmetic2Dlg.cpp(323) : fatal error C1004: unexpected end of file found
MiniStep.cpp
MyArray.cpp
Generating Code...
Error executing cl.exe.
Creating command line "bscmake.exe /nologo /o"Debug/Arithmetic2.bsc" .\Debug\StdAfx.sbr .\Debug\Arithmetic2.sbr .\Debug\Arithmetic2Dlg.sbr .\Debug\MiniStep.sbr .\Debug\MyArray.sbr"
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\Arithmetic2Dlg.sbr': No such file or directory
Error executing bscmake.exe.
<h3>Output Window</h3>
<h3>Results</h3>
Arithmetic2.exe - 4 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -