audiocompress.plg
来自「《Visual C++视频技术方案宝典》配套光盘」· PLG 代码 · 共 47 行
PLG
47 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AudioCompress - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP145.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/AudioCompress.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\程序\VC\VC技术方案宝典\5\5.4\5.4.2\02\AudioCompress\AudioCompressDlg.cpp"
"E:\程序\VC\VC技术方案宝典\5\5.4\5.4.2\02\AudioCompress\wave.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP145.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP146.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/AudioCompress.pdb" /machine:I386 /out:"Release/AudioCompress.exe"
".\Release\AudioCompress.obj"
".\Release\AudioCompressDlg.obj"
".\Release\StdAfx.obj"
".\Release\wave.obj"
".\Release\AudioCompress.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP146.tmp"
<h3>Output Window</h3>
Compiling...
AudioCompressDlg.cpp
E:\程序\VC\VC技术方案宝典\5\5.4\5.4.2\02\AudioCompress\AudioCompressDlg.cpp(319) : warning C4101: 'pck' : unreferenced local variable
E:\程序\VC\VC技术方案宝典\5\5.4\5.4.2\02\AudioCompress\AudioCompressDlg.cpp(319) : warning C4101: 'riffinfo' : unreferenced local variable
E:\程序\VC\VC技术方案宝典\5\5.4\5.4.2\02\AudioCompress\AudioCompressDlg.cpp(321) : warning C4101: 'factsize' : unreferenced local variable
E:\程序\VC\VC技术方案宝典\5\5.4\5.4.2\02\AudioCompress\AudioCompressDlg.cpp(318) : warning C4101: 'hmmio' : unreferenced local variable
E:\程序\VC\VC技术方案宝典\5\5.4\5.4.2\02\AudioCompress\AudioCompressDlg.cpp(323) : warning C4101: 'mmio' : unreferenced local variable
wave.cpp
E:\程序\VC\VC技术方案宝典\5\5.4\5.4.2\02\AudioCompress\debug.h(75) : warning C4005: 'ASSERT' : macro redefinition
D:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE\afx.h(245) : see previous definition of 'ASSERT'
Generating Code...
Linking...
<h3>Results</h3>
AudioCompress.exe - 0 error(s), 6 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?