ThePlaya.plg
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:9k
源码类别:

VC书籍

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ThePlaya - Win32 Custom--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPAF.tmp" with contents
  10. [
  11. /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 
  12. "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcMain.cpp"
  13. "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcMediaPlayback.cpp"
  14. "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcSkin.cpp"
  15. "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRenderer.cpp"
  16. "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp"
  17. "E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererRGB.cpp"
  18. ]
  19. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPAF.tmp" 
  20. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPB0.tmp" with contents
  21. [
  22. 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 
  23. ".ThePlaya___Win32_CustomCommon.obj"
  24. ".ThePlaya___Win32_Customdct64_i386.obj"
  25. ".ThePlaya___Win32_Customdecode_i386.obj"
  26. ".ThePlaya___Win32_Custominterface.obj"
  27. ".ThePlaya___Win32_CustomLayer1.obj"
  28. ".ThePlaya___Win32_CustomLayer2.obj"
  29. ".ThePlaya___Win32_CustomLayer3.obj"
  30. ".ThePlaya___Win32_CustomRing.obj"
  31. ".ThePlaya___Win32_CustomTabinit.obj"
  32. ".ThePlaya___Win32_CustomAudioDecoder.obj"
  33. ".ThePlaya___Win32_CustomAudioDecoderACM.obj"
  34. ".ThePlaya___Win32_CustomAudioDecoderMP3.obj"
  35. ".ThePlaya___Win32_CustomAudioRenderer.obj"
  36. ".ThePlaya___Win32_CustomDebugFile.obj"
  37. ".ThePlaya___Win32_CustomDecaps.obj"
  38. ".ThePlaya___Win32_CustomDecapsAVI.obj"
  39. ".ThePlaya___Win32_CustomDirDialog.obj"
  40. ".ThePlaya___Win32_CustomInput.obj"
  41. ".ThePlaya___Win32_CustomInputFile.obj"
  42. ".ThePlaya___Win32_CustomInputInternet.obj"
  43. ".ThePlaya___Win32_CustomMain.obj"
  44. ".ThePlaya___Win32_CustomMediaBuffer.obj"
  45. ".ThePlaya___Win32_CustomMediaPlayback.obj"
  46. ".ThePlaya___Win32_CustomPlaylist.obj"
  47. ".ThePlaya___Win32_CustomResizer.obj"
  48. ".ThePlaya___Win32_CustomRingBuffer.obj"
  49. ".ThePlaya___Win32_CustomSkin.obj"
  50. ".ThePlaya___Win32_CustomSkinFile.obj"
  51. ".ThePlaya___Win32_CustomSkinList.obj"
  52. ".ThePlaya___Win32_CustomSubtitles.obj"
  53. ".ThePlaya___Win32_CustomSubtitlesMicroDVD.obj"
  54. ".ThePlaya___Win32_CustomVideoBuffer.obj"
  55. ".ThePlaya___Win32_CustomVideoDecoder.obj"
  56. ".ThePlaya___Win32_CustomVideoDecoderDecore.obj"
  57. ".ThePlaya___Win32_CustomVideoDecoderVFW.obj"
  58. ".ThePlaya___Win32_CustomVideoRenderer.obj"
  59. ".ThePlaya___Win32_CustomVideoRendererOverlay.obj"
  60. ".ThePlaya___Win32_CustomVideoRendererRGB.obj"
  61. ".ThePlaya___Win32_Customressources.res"
  62. ]
  63. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPB0.tmp"
  64. <h3>Output Window</h3>
  65. Compiling...
  66. Main.cpp
  67. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2146: syntax error : missing ';' before identifier 'dwReserved1'
  68. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
  69. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'dwReserved1' : missing storage-class or type specifiers
  70. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2146: syntax error : missing ';' before identifier 'dwReserved2'
  71. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
  72. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'dwReserved2' : missing storage-class or type specifiers
  73. MediaPlayback.cpp
  74. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2146: syntax error : missing ';' before identifier 'dwReserved1'
  75. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
  76. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'dwReserved1' : missing storage-class or type specifiers
  77. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2146: syntax error : missing ';' before identifier 'dwReserved2'
  78. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
  79. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'dwReserved2' : missing storage-class or type specifiers
  80. E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcMediaPlayback.cpp(332) : warning C4244: 'return' : conversion from 'double' to 'unsigned int', possible loss of data
  81. E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcMediaPlayback.cpp(419) : warning C4018: '!=' : signed/unsigned mismatch
  82. Skin.cpp
  83. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2146: syntax error : missing ';' before identifier 'dwReserved1'
  84. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
  85. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(305) : error C2501: 'dwReserved1' : missing storage-class or type specifiers
  86. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2146: syntax error : missing ';' before identifier 'dwReserved2'
  87. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
  88. E:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Includedsound.h(306) : error C2501: 'dwReserved2' : missing storage-class or type specifiers
  89. VideoRenderer.cpp
  90. VideoRendererOverlay.cpp
  91. E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(584) : warning C4018: '==' : signed/unsigned mismatch
  92. E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(670) : warning C4018: '<' : signed/unsigned mismatch
  93. E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(670) : warning C4018: '<' : signed/unsigned mismatch
  94. E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(675) : warning C4018: '>' : signed/unsigned mismatch
  95. E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(688) : warning C4018: '>' : signed/unsigned mismatch
  96. E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(560) : warning C4101: 'sub' : unreferenced local variable
  97. E:Write网络多媒体新光盘(2005-5-26)第3章 MPEG-4播放技术MyPlayersrcVideoRendererOverlay.cpp(759) : warning C4018: '==' : signed/unsigned mismatch
  98. VideoRendererRGB.cpp
  99. Error executing cl.exe.
  100. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPB1.tmp" with contents
  101. [
  102. /nologo /o"ThePlaya___Win32_Custom/ThePlaya.bsc" 
  103. ".ThePlaya___Win32_CustomCommon.sbr"
  104. ".ThePlaya___Win32_Customdct64_i386.sbr"
  105. ".ThePlaya___Win32_Customdecode_i386.sbr"
  106. ".ThePlaya___Win32_Custominterface.sbr"
  107. ".ThePlaya___Win32_CustomLayer1.sbr"
  108. ".ThePlaya___Win32_CustomLayer2.sbr"
  109. ".ThePlaya___Win32_CustomLayer3.sbr"
  110. ".ThePlaya___Win32_CustomRing.sbr"
  111. ".ThePlaya___Win32_CustomTabinit.sbr"
  112. ".ThePlaya___Win32_CustomAudioDecoder.sbr"
  113. ".ThePlaya___Win32_CustomAudioDecoderACM.sbr"
  114. ".ThePlaya___Win32_CustomAudioDecoderMP3.sbr"
  115. ".ThePlaya___Win32_CustomAudioRenderer.sbr"
  116. ".ThePlaya___Win32_CustomDebugFile.sbr"
  117. ".ThePlaya___Win32_CustomDecaps.sbr"
  118. ".ThePlaya___Win32_CustomDecapsAVI.sbr"
  119. ".ThePlaya___Win32_CustomDirDialog.sbr"
  120. ".ThePlaya___Win32_CustomInput.sbr"
  121. ".ThePlaya___Win32_CustomInputFile.sbr"
  122. ".ThePlaya___Win32_CustomInputInternet.sbr"
  123. ".ThePlaya___Win32_CustomMain.sbr"
  124. ".ThePlaya___Win32_CustomMediaBuffer.sbr"
  125. ".ThePlaya___Win32_CustomMediaPlayback.sbr"
  126. ".ThePlaya___Win32_CustomPlaylist.sbr"
  127. ".ThePlaya___Win32_CustomResizer.sbr"
  128. ".ThePlaya___Win32_CustomRingBuffer.sbr"
  129. ".ThePlaya___Win32_CustomSkin.sbr"
  130. ".ThePlaya___Win32_CustomSkinFile.sbr"
  131. ".ThePlaya___Win32_CustomSkinList.sbr"
  132. ".ThePlaya___Win32_CustomSubtitles.sbr"
  133. ".ThePlaya___Win32_CustomSubtitlesMicroDVD.sbr"
  134. ".ThePlaya___Win32_CustomVideoBuffer.sbr"
  135. ".ThePlaya___Win32_CustomVideoDecoder.sbr"
  136. ".ThePlaya___Win32_CustomVideoDecoderDecore.sbr"
  137. ".ThePlaya___Win32_CustomVideoDecoderVFW.sbr"
  138. ".ThePlaya___Win32_CustomVideoRenderer.sbr"
  139. ".ThePlaya___Win32_CustomVideoRendererOverlay.sbr"
  140. ".ThePlaya___Win32_CustomVideoRendererRGB.sbr"]
  141. Creating command line "bscmake.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPB1.tmp"
  142. Creating browse info file...
  143. <h3>Output Window</h3>
  144. <h3>Results</h3>
  145. ThePlaya.exe - 18 error(s), 9 warning(s)
  146. </pre>
  147. </body>
  148. </html>