videoplayer.plg

来自「这是在一本Visual C++6.0多媒体开发的书上得到的源码,很不错.」· PLG 代码 · 共 53 行

PLG
53
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: VideoPlayer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP47.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/VideoPlayer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\毕业设计\毕业设计的书的光盘资料\Visual C++6.0多媒体开发指南\Mutilmedia\chap6\VideoPlayer\Speed.cpp"
"D:\毕业设计\毕业设计的书的光盘资料\Visual C++6.0多媒体开发指南\Mutilmedia\chap6\VideoPlayer\Video.cpp"
"D:\毕业设计\毕业设计的书的光盘资料\Visual C++6.0多媒体开发指南\Mutilmedia\chap6\VideoPlayer\VideoPlayer.cpp"
"D:\毕业设计\毕业设计的书的光盘资料\Visual C++6.0多媒体开发指南\Mutilmedia\chap6\VideoPlayer\VideoPlayerDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP47.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP48.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/VideoPlayer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\毕业设计\毕业设计的书的光盘资料\Visual C++6.0多媒体开发指南\Mutilmedia\chap6\VideoPlayer\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP48.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP49.tmp" with contents
[
winmm.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/VideoPlayer.pdb" /debug /machine:I386 /out:"Debug/VideoPlayer.exe" /pdbtype:sept 
".\Debug\Speed.obj"
".\Debug\StdAfx.obj"
".\Debug\Video.obj"
".\Debug\VideoPlayer.obj"
".\Debug\VideoPlayerDlg.obj"
".\Debug\VideoPlayer.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP49.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
Speed.cpp
Video.cpp
VideoPlayer.cpp
VideoPlayerDlg.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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