H.264完整的C语言代码和DCT的代码
源代码在线查看: main.plg
Build Log
--------------------Configuration: main - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\TALENT~1\LOCALS~1\Temp\RSPB.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/main.pdb" /debug /machine:I386 /out:"Debug/main.exe" /pdbtype:sept
.\Debug\main.obj
]
Creating command line "link.exe @C:\DOCUME~1\TALENT~1\LOCALS~1\Temp\RSPB.tmp"
Output Window
Linking...
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl isimhost_main(int,char * *)" (__imp_?isimhost_main@@YAXHPAPAD@Z)
Debug/main.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Results
main.exe - 2 error(s), 0 warning(s)