sound.plg

来自「c++系统开发实例精粹内附的80例源代码 环境:windows2000,c++」· PLG 代码 · 共 49 行

PLG
49
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Sound - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x407 /fo"Debug/Sound.res" /d "_DEBUG" /d "_AFXDLL" "G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Example22\DirectSound播放声音\DSound_demo\Sound.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP685.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Sound.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Example22\DirectSound播放声音\DSound_demo\DirectSound.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Example22\DirectSound播放声音\DSound_demo\Sound.cpp"
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Example22\DirectSound播放声音\DSound_demo\SoundDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP685.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP686.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Sound.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\汪晓平\四维科技工作室\未完图书\精彩50例讲解\visual C++编程精讲50例\2005-6-18最后成稿\code\Example22\DirectSound播放声音\DSound_demo\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP686.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Sound.pdb" /debug /machine:I386 /out:"Debug/Sound.exe" /pdbtype:sept  ".\Debug\DirectSound.obj" ".\Debug\Sound.obj" ".\Debug\SoundDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\Sound.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DirectSound.cpp
Sound.cpp
linking with Microsoft's DirectSound library ...
SoundDlg.cpp
linking with Microsoft's DirectSound library ...
Generating Code...
linking with Microsoft's DirectSound library ...
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/Sound.bsc"  ".\Debug\StdAfx.sbr" ".\Debug\DirectSound.sbr" ".\Debug\Sound.sbr" ".\Debug\SoundDlg.sbr""
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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