client.plg

来自「采用DirecShow通过网络传输实现远程视频动态播放,」· PLG 代码 · 共 87 行

PLG
87
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Client - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Client.res" /d "_DEBUG" "D:\save\Client\Client.rc"" 
Creating temporary file "C:\DOCUME~1\zhao\LOCALS~1\Temp\RSP39.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/Client.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\save\Client\CallDlg.cpp"
"D:\save\Client\CClientSocket.cpp"
"D:\save\Client\CFilterNetReceiver.cpp"
"D:\save\Client\Client.cpp"
"D:\save\Client\ClientDlg.cpp"
"D:\save\Client\CMediaInfo.cpp"
"D:\save\Client\CMsgReceiver.cpp"
"D:\save\Client\CMsgStation.cpp"
"D:\save\Client\CNetOutPin.cpp"
"D:\save\Client\CObjectList.cpp"
"D:\save\Client\CStreamSocket.cpp"
"D:\save\Client\UFilterUtils.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zhao\LOCALS~1\Temp\RSP39.tmp" 
Creating temporary file "C:\DOCUME~1\zhao\LOCALS~1\Temp\RSP3A.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/Client.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\save\Client\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zhao\LOCALS~1\Temp\RSP3A.tmp" 
Creating temporary file "C:\DOCUME~1\zhao\LOCALS~1\Temp\RSP3B.tmp" with contents
[
strmbasd.lib winmm.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Client.pdb" /debug /machine:I386 /out:"Debug/Client.exe" /pdbtype:sept 
.\Debug\CallDlg.obj
.\Debug\CClientSocket.obj
.\Debug\CFilterNetReceiver.obj
.\Debug\Client.obj
.\Debug\ClientDlg.obj
.\Debug\CMediaInfo.obj
.\Debug\CMsgReceiver.obj
.\Debug\CMsgStation.obj
.\Debug\CNetOutPin.obj
.\Debug\CObjectList.obj
.\Debug\CStreamSocket.obj
.\Debug\StdAfx.obj
.\Debug\UFilterUtils.obj
.\Debug\Client.res
]
Creating command line "link.exe @C:\DOCUME~1\zhao\LOCALS~1\Temp\RSP3B.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CallDlg.cpp
CClientSocket.cpp
CFilterNetReceiver.cpp
Client.cpp
STREAMS.H included TWICE
STREAMS.H included TWICE
ClientDlg.cpp
STREAMS.H included TWICE
CMediaInfo.cpp
STREAMS.H included TWICE
CMsgReceiver.cpp
CMsgStation.cpp
CNetOutPin.cpp
CObjectList.cpp
STREAMS.H included TWICE
STREAMS.H included TWICE
CStreamSocket.cpp
UFilterUtils.cpp
STREAMS.H included TWICE
STREAMS.H included TWICE
Generating Code...
Linking...



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

⌨️ 快捷键说明

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