📄 test_basic_prediction.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: test_basic_prediction - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\LUDONG~1\LOCALS~1\Temp\RSPE7.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/test_basic_prediction.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\图象处理\用于MPEG4解码的源代码\src\basic_prediction.c"
"E:\图象处理\用于MPEG4解码的源代码\test\test_basic_prediction.c"
]
Creating command line "cl.exe @C:\DOCUME~1\LUDONG~1\LOCALS~1\Temp\RSPE7.tmp"
Creating temporary file "C:\DOCUME~1\LUDONG~1\LOCALS~1\Temp\RSPE8.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/test_basic_prediction.pdb" /debug /machine:I386 /out:"Debug/test_basic_prediction.exe" /pdbtype:sept
".\Debug\basic_prediction.obj"
".\Debug\test_basic_prediction.obj"
]
Creating command line "link.exe @C:\DOCUME~1\LUDONG~1\LOCALS~1\Temp\RSPE8.tmp"
<h3>Output Window</h3>
Compiling...
basic_prediction.c
test_basic_prediction.c
e:\图象处理\用于mpeg4解码的源代码\test\test_basic_prediction.c(98) : warning C4013: 'BCopyBlock' undefined; assuming extern returning int
e:\图象处理\用于mpeg4解码的源代码\test\test_basic_prediction.c(101) : warning C4013: 'BCopyBlockHor' undefined; assuming extern returning int
e:\图象处理\用于mpeg4解码的源代码\test\test_basic_prediction.c(104) : warning C4013: 'BCopyBlockVer' undefined; assuming extern returning int
e:\图象处理\用于mpeg4解码的源代码\test\test_basic_prediction.c(107) : warning C4013: 'BCopyBlockHorVer' undefined; assuming extern returning int
e:\图象处理\用于mpeg4解码的源代码\test\test_basic_prediction.c(156) : warning C4013: 'BCopyMBlock' undefined; assuming extern returning int
e:\图象处理\用于mpeg4解码的源代码\test\test_basic_prediction.c(159) : warning C4013: 'BCopyMBlockHor' undefined; assuming extern returning int
e:\图象处理\用于mpeg4解码的源代码\test\test_basic_prediction.c(162) : warning C4013: 'BCopyMBlockVer' undefined; assuming extern returning int
e:\图象处理\用于mpeg4解码的源代码\test\test_basic_prediction.c(165) : warning C4013: 'BCopyMBlockHorVer' undefined; assuming extern returning int
Linking...
test_basic_prediction.obj : error LNK2001: unresolved external symbol _BCopyMBlockHorVer
test_basic_prediction.obj : error LNK2001: unresolved external symbol _BCopyMBlockVer
test_basic_prediction.obj : error LNK2001: unresolved external symbol _BCopyMBlockHor
test_basic_prediction.obj : error LNK2001: unresolved external symbol _BCopyMBlock
test_basic_prediction.obj : error LNK2001: unresolved external symbol _BCopyBlockHorVer
test_basic_prediction.obj : error LNK2001: unresolved external symbol _BCopyBlockVer
test_basic_prediction.obj : error LNK2001: unresolved external symbol _BCopyBlockHor
test_basic_prediction.obj : error LNK2001: unresolved external symbol _BCopyBlock
Debug/test_basic_prediction.exe : fatal error LNK1120: 8 unresolved externals
Error executing link.exe.
<h3>Results</h3>
test_basic_prediction.exe - 9 error(s), 8 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -