📄 视频编解码器.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 视频编解码器 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/视频编解码器.res" /d "_DEBUG" /d "_AFXDLL" "E:\263程序\视频编解码器.rc""
Creating temporary file "C:\DOCUME~1\倪峰\LOCALS~1\Temp\RSP1D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/视频编解码器.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\263程序\CodeInter.cpp"
"E:\263程序\CodeOneIntra.cpp"
"E:\263程序\Countbit.cpp"
"E:\263程序\Dct.cpp"
"E:\263程序\DecodeDlg.cpp"
"E:\263程序\Display.cpp"
"E:\263程序\EncodeDlg.cpp"
"E:\263程序\Getbits.cpp"
"E:\263程序\Getblk.cpp"
"E:\263程序\Gethdr.cpp"
"E:\263程序\Getpic.cpp"
"E:\263程序\Getvlc.cpp"
"E:\263程序\Idct.cpp"
"E:\263程序\IO.cpp"
"E:\263程序\MainFrm.cpp"
"E:\263程序\Mot_est.cpp"
"E:\263程序\MotionDlg.cpp"
"E:\263程序\OpenFiles.cpp"
"E:\263程序\OutputVlc.cpp"
"E:\263程序\Pred.cpp"
"E:\263程序\ProgressBar.cpp"
"E:\263程序\PropertyDlg.cpp"
"E:\263程序\RateControl.cpp"
"E:\263程序\RateControlDlg.cpp"
"E:\263程序\Recon.cpp"
"E:\263程序\Sarcode.cpp"
"E:\263程序\Store.cpp"
"E:\263程序\视频编解码器.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\倪峰\LOCALS~1\Temp\RSP1D.tmp""
Creating temporary file "C:\DOCUME~1\倪峰\LOCALS~1\Temp\RSP1E.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/视频编解码器.pdb" /debug /machine:I386 /out:"Debug/视频编解码器.exe" /pdbtype:sept
".\Debug\CodeInter.obj"
".\Debug\CodeOneIntra.obj"
".\Debug\Countbit.obj"
".\Debug\Dct.obj"
".\Debug\DecodeDlg.obj"
".\Debug\Display.obj"
".\Debug\EncodeDlg.obj"
".\Debug\Getbits.obj"
".\Debug\Getblk.obj"
".\Debug\Gethdr.obj"
".\Debug\Getpic.obj"
".\Debug\Getvlc.obj"
".\Debug\Idct.obj"
".\Debug\IO.obj"
".\Debug\MainFrm.obj"
".\Debug\Mot_est.obj"
".\Debug\MotionDlg.obj"
".\Debug\OpenFiles.obj"
".\Debug\OutputVlc.obj"
".\Debug\Pred.obj"
".\Debug\ProgressBar.obj"
".\Debug\PropertyDlg.obj"
".\Debug\RateControl.obj"
".\Debug\RateControlDlg.obj"
".\Debug\Recon.obj"
".\Debug\Sarcode.obj"
".\Debug\StdAfx.obj"
".\Debug\Store.obj"
".\Debug\视频编解码器.obj"
".\Debug\视频编解码器Doc.obj"
".\Debug\视频编解码器View.obj"
".\Debug\视频编解码器.res"
]
Creating command line "link.exe @"C:\DOCUME~1\倪峰\LOCALS~1\Temp\RSP1E.tmp""
<h3>Output Window</h3>
Compiling resources...
Compiling...
CodeInter.cpp
e:\263程序\codeinter.cpp(1) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
CodeOneIntra.cpp
e:\263程序\codeoneintra.cpp(2) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Countbit.cpp
e:\263程序\countbit.cpp(2) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Dct.cpp
e:\263程序\dct.cpp(1) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
DecodeDlg.cpp
e:\263程序\decodedlg.cpp(1) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Display.cpp
e:\263程序\display.cpp(1) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
EncodeDlg.cpp
e:\263程序\encodedlg.cpp(4) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Getbits.cpp
e:\263程序\getbits.cpp(5) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Getblk.cpp
e:\263程序\getblk.cpp(5) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Gethdr.cpp
e:\263程序\gethdr.cpp(5) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Getpic.cpp
e:\263程序\getpic.cpp(5) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Getvlc.cpp
e:\263程序\getvlc.cpp(5) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Idct.cpp
e:\263程序\idct.cpp(5) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
IO.cpp
e:\263程序\io.cpp(1) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
MainFrm.cpp
e:\263程序\mainfrm.cpp(4) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Mot_est.cpp
e:\263程序\mot_est.cpp(1) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
MotionDlg.cpp
e:\263程序\motiondlg.cpp(4) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
OpenFiles.cpp
e:\263程序\openfiles.cpp(3) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
OutputVlc.cpp
e:\263程序\outputvlc.cpp(1) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Pred.cpp
e:\263程序\pred.cpp(1) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Generating Code...
Compiling...
ProgressBar.cpp
e:\263程序\progressbar.cpp(4) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
PropertyDlg.cpp
e:\263程序\propertydlg.cpp(4) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
RateControl.cpp
e:\263程序\ratecontrol.cpp(3) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
RateControlDlg.cpp
e:\263程序\ratecontroldlg.cpp(4) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Recon.cpp
e:\263程序\recon.cpp(5) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Sarcode.cpp
e:\263程序\sarcode.cpp(5) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Store.cpp
e:\263程序\store.cpp(5) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
视频编解码器.cpp
e:\263程序\视频编解码器.cpp(4) : fatal error C1853: 'Debug/视频编解码器.pch' is not a precompiled header file created with this compiler
Generating Code...
Error executing cl.exe.
Creating temporary file "C:\DOCUME~1\倪峰\LOCALS~1\Temp\RSP1F.tmp" with contents
[
/nologo /o"Debug/视频编解码器.bsc"
".\Debug\StdAfx.sbr"
".\Debug\CodeInter.sbr"
".\Debug\CodeOneIntra.sbr"
".\Debug\Countbit.sbr"
".\Debug\Dct.sbr"
".\Debug\DecodeDlg.sbr"
".\Debug\Display.sbr"
".\Debug\EncodeDlg.sbr"
".\Debug\Getbits.sbr"
".\Debug\Getblk.sbr"
".\Debug\Gethdr.sbr"
".\Debug\Getpic.sbr"
".\Debug\Getvlc.sbr"
".\Debug\Idct.sbr"
".\Debug\IO.sbr"
".\Debug\MainFrm.sbr"
".\Debug\Mot_est.sbr"
".\Debug\MotionDlg.sbr"
".\Debug\OpenFiles.sbr"
".\Debug\OutputVlc.sbr"
".\Debug\Pred.sbr"
".\Debug\ProgressBar.sbr"
".\Debug\PropertyDlg.sbr"
".\Debug\RateControl.sbr"
".\Debug\RateControlDlg.sbr"
".\Debug\Recon.sbr"
".\Debug\Sarcode.sbr"
".\Debug\Store.sbr"
".\Debug\视频编解码器.sbr"
".\Debug\视频编解码器Doc.sbr"
".\Debug\视频编解码器View.sbr"]
Creating command line "bscmake.exe @"C:\DOCUME~1\倪峰\LOCALS~1\Temp\RSP1F.tmp""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
视频编解码器.exe - 28 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -