?? arp.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: arp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\Wind\AppData\Local\Temp\RSP7B3B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/arp.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Users\Wind\Desktop\基礎篇\第3章 ARP協議獲得局域網內活動主機物理地址程序\Code\arp.cpp"
]
Creating command line "cl.exe @C:\Users\Wind\AppData\Local\Temp\RSP7B3B.tmp"
Creating temporary file "C:\Users\Wind\AppData\Local\Temp\RSP7B4B.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/arp.pdb" /debug /machine:I386 /out:"Debug/arp.exe" /pdbtype:sept
".\Debug\arp.obj"
]
Creating command line "link.exe @C:\Users\Wind\AppData\Local\Temp\RSP7B4B.tmp"
<h3>Output Window</h3>
Compiling...
arp.cpp
c:\users\wind\desktop\基礎篇\第3章 arp協議獲得局域網內活動主機物理地址程序\code\arp.h(2) : error C2146: syntax error : missing ';' before identifier 'strSelDeviceName'
c:\users\wind\desktop\基礎篇\第3章 arp協議獲得局域網內活動主機物理地址程序\code\arp.h(2) : error C2501: 'string' : missing storage-class or type specifiers
c:\users\wind\desktop\基礎篇\第3章 arp協議獲得局域網內活動主機物理地址程序\code\arp.h(2) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
<h3>Results</h3>
arp.exe - 3 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -