📄 proxyserver.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ProxyServer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/ProxyServer.res" /d "_DEBUG" /d "_AFXDLL" "D:\书籍\文档\写书\VC高级网络编程\配套光盘\ProxyServer\ProxyServer.rc""
Creating temporary file "F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AD.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ProxyServer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\书籍\文档\写书\VC高级网络编程\配套光盘\ProxyServer\ProxyServer.cpp"
"D:\书籍\文档\写书\VC高级网络编程\配套光盘\ProxyServer\ProxyServer1.cpp"
"D:\书籍\文档\写书\VC高级网络编程\配套光盘\ProxyServer\ProxyServerDlg.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AD.tmp"
Creating temporary file "F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AE.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ProxyServer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\书籍\文档\写书\VC高级网络编程\配套光盘\ProxyServer\StdAfx.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AE.tmp"
Creating temporary file "F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AF.tmp" with contents
[
WS2_32.LIB /nologo /subsystem:windows /incremental:yes /pdb:"Debug/ProxyServer.pdb" /debug /machine:I386 /out:"Debug/ProxyServer.exe" /pdbtype:sept
".\Debug\ProxyServer.obj"
".\Debug\ProxyServer1.obj"
".\Debug\ProxyServerDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\ProxyServer.res"
]
Creating command line "link.exe @F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AF.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ProxyServer.cpp
ProxyServer1.cpp
D:\书籍\文档\写书\VC高级网络编程\配套光盘\ProxyServer\ProxyServer1.cpp(131) : warning C4101: 'pszLine' : unreferenced local variable
D:\书籍\文档\写书\VC高级网络编程\配套光盘\ProxyServer\ProxyServer1.cpp(132) : warning C4101: 'pEnd' : unreferenced local variable
D:\书籍\文档\写书\VC高级网络编程\配套光盘\ProxyServer\ProxyServer1.cpp(749) : warning C4018: '>=' : signed/unsigned mismatch
ProxyServerDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
ProxyServer.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -