📄 ping.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Ping - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ynd\LOCALS~1\Temp\RSP22.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Ping.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\C++\Ping\MyPing.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ynd\LOCALS~1\Temp\RSP22.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Ping.pdb" /debug /machine:I386 /out:"Debug/Ping.exe" /pdbtype:sept ".\Debug\MyPing.obj" ".\Debug\Ping.obj" ".\Debug\PingDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\Ping.res" "
<h3>Output Window</h3>
Compiling...
MyPing.cpp
G:\C++\Ping\MyPing.cpp(85) : error C2660: 'socket' : function does not take 2 parameters
G:\C++\Ping\MyPing.cpp(95) : error C2065: 'AllocBuffer' : undeclared identifier
G:\C++\Ping\MyPing.cpp(103) : error C2065: 'pstrhost' : undeclared identifier
G:\C++\Ping\MyPing.cpp(107) : error C2143: syntax error : missing ')' before 'constant'
G:\C++\Ping\MyPing.cpp(108) : error C2143: syntax error : missing ';' before '{'
G:\C++\Ping\MyPing.cpp(114) : error C2043: illegal break
G:\C++\Ping\MyPing.cpp(119) : error C2065: 'WN_MSG_STATUS' : undeclared identifier
G:\C++\Ping\MyPing.cpp(123) : error C2065: 'RecvEchoReply' : undeclared identifier
G:\C++\Ping\MyPing.cpp(125) : error C2039: 'Foemat' : is not a member of 'CString'
c:\program files\microsoft visual studio\vc98\mfc\include\afx.h(368) : see declaration of 'CString'
G:\C++\Ping\MyPing.cpp(125) : error C2001: newline in constant
G:\C++\Ping\MyPing.cpp(126) : error C2146: syntax error : missing ')' before identifier 'time'
G:\C++\Ping\MyPing.cpp(126) : error C2001: newline in constant
G:\C++\Ping\MyPing.cpp(131) : error C2059: syntax error : ')'
Error executing cl.exe.
<h3>Results</h3>
Ping.exe - 13 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -