DsDemo.plg
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:2k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: DsDemo - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1liuxinLOCALS~1TempRSP9C.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/DsDemo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "D:DownloadsDirectShow实务精选配套光盘《DirectShow开发指南》源码Chapter07DsDemoDeviceController.cpp"
  13. "D:DownloadsDirectShow实务精选配套光盘《DirectShow开发指南》源码Chapter07DsDemoDsDemo.cpp"
  14. "D:DownloadsDirectShow实务精选配套光盘《DirectShow开发指南》源码Chapter07DsDemoDsDemoDlg.cpp"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1liuxinLOCALS~1TempRSP9C.tmp" 
  17. Creating temporary file "C:DOCUME~1liuxinLOCALS~1TempRSP9D.tmp" with contents
  18. [
  19. strmbasd.lib uuid.lib winmm.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/DsDemo.pdb" /debug /machine:I386 /out:"Debug/DsDemo.exe" /pdbtype:sept 
  20. ".DebugDeviceController.obj"
  21. ".DebugDsDemo.obj"
  22. ".DebugDsDemoDlg.obj"
  23. ".DebugStdAfx.obj"
  24. ".DebugDsDemo.res"
  25. ]
  26. Creating command line "link.exe @C:DOCUME~1liuxinLOCALS~1TempRSP9D.tmp"
  27. <h3>Output Window</h3>
  28. Compiling...
  29. DeviceController.cpp
  30. D:DownloadsDirectShow实务精选配套光盘《DirectShow开发指南》源码Chapter07DsDemoDeviceController.cpp(8) : fatal error C1083: Cannot open include file: 'streams.h': No such file or directory
  31. DsDemo.cpp
  32. d:downloadsdirectshow实务精选配套光盘《directshow开发指南》源码chapter07dsdemodsdemodlg.h(14) : fatal error C1083: Cannot open include file: 'streams.h': No such file or directory
  33. DsDemoDlg.cpp
  34. d:downloadsdirectshow实务精选配套光盘《directshow开发指南》源码chapter07dsdemodsdemodlg.h(14) : fatal error C1083: Cannot open include file: 'streams.h': No such file or directory
  35. Generating Code...
  36. Error executing cl.exe.
  37. <h3>Results</h3>
  38. DsDemo.exe - 3 error(s), 0 warning(s)
  39. </pre>
  40. </body>
  41. </html>