ThePlaya.plg
资源名称:VC++视频传输.rar [点击查看]
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:9k
源码类别:
VC书籍
开发平台:
Visual C++
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: ThePlaya - Win32 Custom--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPAF.tmp" with contents
- [
- /nologo /MLd /W3 /GX /Ox /D "WIN32" /D "_WINDOWS" /FR"ThePlaya___Win32_Custom/" /Fp"ThePlaya___Win32_Custom/ThePlaya.pch" /YX /Fo"ThePlaya___Win32_Custom/" /Fd"ThePlaya___Win32_Custom/" /FD /c
- "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcMain.cpp"
- "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcMediaPlayback.cpp"
- "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcSkin.cpp"
- "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRenderer.cpp"
- "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp"
- "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererRGB.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPAF.tmp"
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPB0.tmp" with contents
- [
- wininet.lib vfw32.lib dxguid.lib ddraw.lib dsound.lib winmm.lib msacm32.lib 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:windows /incremental:yes /pdb:"ThePlaya___Win32_Custom/ThePlaya.pdb" /debug /machine:I386 /nodefaultlib:"libc" /out:"ThePlaya___Win32_Custom/ThePlaya.exe" /pdbtype:sept
- ".ThePlaya___Win32_CustomCommon.obj"
- ".ThePlaya___Win32_Customdct64_i386.obj"
- ".ThePlaya___Win32_Customdecode_i386.obj"
- ".ThePlaya___Win32_Custominterface.obj"
- ".ThePlaya___Win32_CustomLayer1.obj"
- ".ThePlaya___Win32_CustomLayer2.obj"
- ".ThePlaya___Win32_CustomLayer3.obj"
- ".ThePlaya___Win32_CustomRing.obj"
- ".ThePlaya___Win32_CustomTabinit.obj"
- ".ThePlaya___Win32_CustomAudioDecoder.obj"
- ".ThePlaya___Win32_CustomAudioDecoderACM.obj"
- ".ThePlaya___Win32_CustomAudioDecoderMP3.obj"
- ".ThePlaya___Win32_CustomAudioRenderer.obj"
- ".ThePlaya___Win32_CustomDebugFile.obj"
- ".ThePlaya___Win32_CustomDecaps.obj"
- ".ThePlaya___Win32_CustomDecapsAVI.obj"
- ".ThePlaya___Win32_CustomDirDialog.obj"
- ".ThePlaya___Win32_CustomInput.obj"
- ".ThePlaya___Win32_CustomInputFile.obj"
- ".ThePlaya___Win32_CustomInputInternet.obj"
- ".ThePlaya___Win32_CustomMain.obj"
- ".ThePlaya___Win32_CustomMediaBuffer.obj"
- ".ThePlaya___Win32_CustomMediaPlayback.obj"
- ".ThePlaya___Win32_CustomPlaylist.obj"
- ".ThePlaya___Win32_CustomResizer.obj"
- ".ThePlaya___Win32_CustomRingBuffer.obj"
- ".ThePlaya___Win32_CustomSkin.obj"
- ".ThePlaya___Win32_CustomSkinFile.obj"
- ".ThePlaya___Win32_CustomSkinList.obj"
- ".ThePlaya___Win32_CustomSubtitles.obj"
- ".ThePlaya___Win32_CustomSubtitlesMicroDVD.obj"
- ".ThePlaya___Win32_CustomVideoBuffer.obj"
- ".ThePlaya___Win32_CustomVideoDecoder.obj"
- ".ThePlaya___Win32_CustomVideoDecoderDecore.obj"
- ".ThePlaya___Win32_CustomVideoDecoderVFW.obj"
- ".ThePlaya___Win32_CustomVideoRenderer.obj"
- ".ThePlaya___Win32_CustomVideoRendererOverlay.obj"
- ".ThePlaya___Win32_CustomVideoRendererRGB.obj"
- ".ThePlaya___Win32_Customressources.res"
- ]
- Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPB0.tmp"
- <h3>Output Window</h3>
- Compiling...
- Main.cpp
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2146: syntax error : missing ';' before identifier 'dwReserved1'
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'dwReserved1' : missing storage-class or type specifiers
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2146: syntax error : missing ';' before identifier 'dwReserved2'
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'dwReserved2' : missing storage-class or type specifiers
- MediaPlayback.cpp
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2146: syntax error : missing ';' before identifier 'dwReserved1'
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'dwReserved1' : missing storage-class or type specifiers
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2146: syntax error : missing ';' before identifier 'dwReserved2'
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'dwReserved2' : missing storage-class or type specifiers
- E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcMediaPlayback.cpp(332) : warning C4244: 'return' : conversion from 'double' to 'unsigned int', possible loss of data
- E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcMediaPlayback.cpp(419) : warning C4018: '!=' : signed/unsigned mismatch
- Skin.cpp
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2146: syntax error : missing ';' before identifier 'dwReserved1'
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'dwReserved1' : missing storage-class or type specifiers
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2146: syntax error : missing ';' before identifier 'dwReserved2'
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
- E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'dwReserved2' : missing storage-class or type specifiers
- VideoRenderer.cpp
- VideoRendererOverlay.cpp
- E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(584) : warning C4018: '==' : signed/unsigned mismatch
- E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(670) : warning C4018: '<' : signed/unsigned mismatch
- E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(670) : warning C4018: '<' : signed/unsigned mismatch
- E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(675) : warning C4018: '>' : signed/unsigned mismatch
- E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(688) : warning C4018: '>' : signed/unsigned mismatch
- E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(560) : warning C4101: 'sub' : unreferenced local variable
- E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(759) : warning C4018: '==' : signed/unsigned mismatch
- VideoRendererRGB.cpp
- Error executing cl.exe.
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPB1.tmp" with contents
- [
- /nologo /o"ThePlaya___Win32_Custom/ThePlaya.bsc"
- ".ThePlaya___Win32_CustomCommon.sbr"
- ".ThePlaya___Win32_Customdct64_i386.sbr"
- ".ThePlaya___Win32_Customdecode_i386.sbr"
- ".ThePlaya___Win32_Custominterface.sbr"
- ".ThePlaya___Win32_CustomLayer1.sbr"
- ".ThePlaya___Win32_CustomLayer2.sbr"
- ".ThePlaya___Win32_CustomLayer3.sbr"
- ".ThePlaya___Win32_CustomRing.sbr"
- ".ThePlaya___Win32_CustomTabinit.sbr"
- ".ThePlaya___Win32_CustomAudioDecoder.sbr"
- ".ThePlaya___Win32_CustomAudioDecoderACM.sbr"
- ".ThePlaya___Win32_CustomAudioDecoderMP3.sbr"
- ".ThePlaya___Win32_CustomAudioRenderer.sbr"
- ".ThePlaya___Win32_CustomDebugFile.sbr"
- ".ThePlaya___Win32_CustomDecaps.sbr"
- ".ThePlaya___Win32_CustomDecapsAVI.sbr"
- ".ThePlaya___Win32_CustomDirDialog.sbr"
- ".ThePlaya___Win32_CustomInput.sbr"
- ".ThePlaya___Win32_CustomInputFile.sbr"
- ".ThePlaya___Win32_CustomInputInternet.sbr"
- ".ThePlaya___Win32_CustomMain.sbr"
- ".ThePlaya___Win32_CustomMediaBuffer.sbr"
- ".ThePlaya___Win32_CustomMediaPlayback.sbr"
- ".ThePlaya___Win32_CustomPlaylist.sbr"
- ".ThePlaya___Win32_CustomResizer.sbr"
- ".ThePlaya___Win32_CustomRingBuffer.sbr"
- ".ThePlaya___Win32_CustomSkin.sbr"
- ".ThePlaya___Win32_CustomSkinFile.sbr"
- ".ThePlaya___Win32_CustomSkinList.sbr"
- ".ThePlaya___Win32_CustomSubtitles.sbr"
- ".ThePlaya___Win32_CustomSubtitlesMicroDVD.sbr"
- ".ThePlaya___Win32_CustomVideoBuffer.sbr"
- ".ThePlaya___Win32_CustomVideoDecoder.sbr"
- ".ThePlaya___Win32_CustomVideoDecoderDecore.sbr"
- ".ThePlaya___Win32_CustomVideoDecoderVFW.sbr"
- ".ThePlaya___Win32_CustomVideoRenderer.sbr"
- ".ThePlaya___Win32_CustomVideoRendererOverlay.sbr"
- ".ThePlaya___Win32_CustomVideoRendererRGB.sbr"]
- Creating command line "bscmake.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPB1.tmp"
- Creating browse info file...
- <h3>Output Window</h3>
- <h3>Results</h3>
- ThePlaya.exe - 18 error(s), 9 warning(s)
- </pre>
- </body>
- </html>