?? ping.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Ping - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\DF\LOCALS~1\Temp\RSP19.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Ping.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\ping2\Ping.c"
]
Creating command line "cl.exe @D:\DOCUME~1\DF\LOCALS~1\Temp\RSP19.tmp"
Creating command line "link.exe /nologo /subsystem:console /incremental:yes /pdb:"Debug/Ping.pdb" /debug /machine:I386 /out:"Debug/Ping.exe" /pdbtype:sept .\Debug\Ping.obj "
<h3>Output Window</h3>
Compiling...
Ping.c
Linking...
Ping.obj : error LNK2001: unresolved external symbol _WSACleanup@0
Ping.obj : error LNK2001: unresolved external symbol _WSAStartup@8
Ping.obj : error LNK2001: unresolved external symbol _closesocket@4
Ping.obj : error LNK2001: unresolved external symbol _inet_ntoa@4
Ping.obj : error LNK2001: unresolved external symbol _gethostbyname@4
Ping.obj : error LNK2001: unresolved external symbol _socket@12
Ping.obj : error LNK2001: unresolved external symbol _sendto@24
Ping.obj : error LNK2001: unresolved external symbol _recvfrom@24
Ping.obj : error LNK2001: unresolved external symbol _WSAGetLastError@0
Ping.obj : error LNK2001: unresolved external symbol _select@20
Debug/Ping.exe : fatal error LNK1120: 10 unresolved externals
執行 link.exe 時出錯.
<h3>Results</h3>
Ping.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -