⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ptphelp.plg

📁 VC++6开发指南的源代码第24章-第25章
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: PTPHelp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/PTPHelp.res" /d "_DEBUG" "D:\计算机书籍\PTPHelp\PTPHelp.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/PTPHelp.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\计算机书籍\PTPHelp\ConnectDlg.cpp"
"D:\计算机书籍\PTPHelp\DSocket.cpp"
"D:\计算机书籍\PTPHelp\Mixer.cpp"
"D:\计算机书籍\PTPHelp\PlaySound.cpp"
"D:\计算机书籍\PTPHelp\PTPHelp.cpp"
"D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp"
"D:\计算机书籍\PTPHelp\reatReport.cpp"
"D:\计算机书籍\PTPHelp\RecordSound.cpp"
"D:\计算机书籍\PTPHelp\REQUESTCON.cpp"
"D:\计算机书籍\PTPHelp\RequestDlg.cpp"
"D:\计算机书籍\PTPHelp\VideoCapture.cpp"
"D:\计算机书籍\PTPHelp\Volume.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/PTPHelp.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\计算机书籍\PTPHelp\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/PTPHelp.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\计算机书籍\PTPHelp\encoder\libr263.cpp"
"D:\计算机书籍\PTPHelp\encoder\mot_est.cpp"
"D:\计算机书籍\PTPHelp\encoder\pred.cpp"
"D:\计算机书籍\PTPHelp\encoder\quant.cpp"
"D:\计算机书籍\PTPHelp\encoder\rlib.cpp"
"D:\计算机书籍\PTPHelp\encoder\stream.cpp"
"D:\计算机书籍\PTPHelp\decoder\Indices.cpp"
"D:\计算机书籍\PTPHelp\decoder\Recon.cpp"
"D:\计算机书籍\PTPHelp\decoder\Sac.cpp"
"D:\计算机书籍\PTPHelp\decoder\Sactbls.cpp"
"D:\计算机书籍\PTPHelp\decoder\Tmndec.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/PTPHelp.pdb" /debug /machine:I386 /out:"Debug/PTPHelp.exe" /pdbtype:sept 
".\Debug\ConnectDlg.obj"
".\Debug\DSocket.obj"
".\Debug\Mixer.obj"
".\Debug\PlaySound.obj"
".\Debug\PTPHelp.obj"
".\Debug\PTPHelpDlg.obj"
".\Debug\reatReport.obj"
".\Debug\RecordSound.obj"
".\Debug\REQUESTCON.obj"
".\Debug\RequestDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\VideoCapture.obj"
".\Debug\Volume.obj"
".\Debug\coder.obj"
".\Debug\countbit.obj"
".\Debug\dct.obj"
".\Debug\Global.obj"
".\Debug\huffman.obj"
".\Debug\libr263.obj"
".\Debug\mot_est.obj"
".\Debug\pred.obj"
".\Debug\quant.obj"
".\Debug\rlib.obj"
".\Debug\stream.obj"
".\Debug\convert.obj"
".\Debug\DGlobal.obj"
".\Debug\GetBits.obj"
".\Debug\GetBlk.obj"
".\Debug\GetHdr.obj"
".\Debug\GetPic.obj"
".\Debug\GetVlc.obj"
".\Debug\Idct.obj"
".\Debug\Idctref.obj"
".\Debug\Indices.obj"
".\Debug\Recon.obj"
".\Debug\Sac.obj"
".\Debug\Sactbls.obj"
".\Debug\Tmndec.obj"
".\Debug\PTPHelp.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ConnectDlg.cpp
DSocket.cpp
Mixer.cpp
PlaySound.cpp
D:\计算机书籍\PTPHelp\PlaySound.cpp(166) : warning C4101: 'str' : unreferenced local variable
PTPHelp.cpp
PTPHelpDlg.cpp
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(296) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(297) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(299) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(299) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(306) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(307) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(309) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(309) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(324) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(324) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(651) : warning C4101: 'bmiHdr' : unreferenced local variable
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(773) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(773) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(799) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(799) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(842) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
D:\计算机书籍\PTPHelp\PTPHelpDlg.cpp(842) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
reatReport.cpp
RecordSound.cpp
REQUESTCON.cpp
RequestDlg.cpp
VideoCapture.cpp
Volume.cpp
Generating Code...
D:\计算机书籍\PTPHelp\PlaySound.cpp(111) : warning C4700: local variable 'wavecap' used without having been initialized
Compiling...
libr263.cpp
mot_est.cpp
pred.cpp
quant.cpp
rlib.cpp
stream.cpp
Indices.cpp
Recon.cpp
Sac.cpp
Sactbls.cpp
Tmndec.cpp
Linking...



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

⌨️ 快捷键说明

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