client.plg

来自「《Visual C++视频技术方案宝典》配套光盘」· PLG 代码 · 共 31 行

PLG
31
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Client - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF1.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Client.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Documents and Settings\Administrator\桌面\8.2.3  视频存储\01\ClientDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF1.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Client.pdb" /debug /machine:I386 /out:"Debug/Client.exe" /pdbtype:sept  ".\Debug\Client.obj" ".\Debug\ClientDlg.obj" ".\Debug\ClientSocket.obj" ".\Debug\StdAfx.obj" ".\Debug\Client.res" "
<h3>Output Window</h3>
Compiling...
ClientDlg.cpp
D:\Documents and Settings\Administrator\桌面\8.2.3  视频存储\01\ClientDlg.cpp(214) : warning C4101: 'caps' : unreferenced local variable
D:\Documents and Settings\Administrator\桌面\8.2.3  视频存储\01\ClientDlg.cpp(213) : warning C4101: 'capd' : unreferenced local variable
Linking...
LINK : LNK6004: Debug/Client.exe not found or not built by the last incremental link; performing full link



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

⌨️ 快捷键说明

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