httpsvr.plg

来自「Visual C++ 网络通信编程实用案例精选 的配套光盘」· PLG 代码 · 共 41 行

PLG
41
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: HttpSvr - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo".\Debug/HttpSvr.res" /d "_DEBUG" /d "_AFXDLL" "G:\caucy\Work\VC+Network\《--第八章的内容--》\HTTP\第六章\修改的 HTTPSVR\HttpSvr.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8AE.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:".\Debug/httpsvr.pdb" /debug /machine:I386 /out:".\Debug/httpsvr.exe" 
".\Debug\GenPage.obj"
".\Debug\Http.obj"
".\Debug\HttpDoc.obj"
".\Debug\HttpSvr.obj"
".\Debug\HttpView.obj"
".\Debug\Listen.obj"
".\Debug\MainFrm.obj"
".\Debug\NamePage.obj"
".\Debug\NoRoot.obj"
".\Debug\ReqSock.obj"
".\Debug\Request.obj"
".\Debug\RootDlg.obj"
".\Debug\RootPage.obj"
".\Debug\StdAfx.obj"
".\Debug\HttpSvr.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8AE.tmp"
<h3>Output Window</h3>
Compiling resources...
Linking...



<h3>Results</h3>
httpsvr.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?