1st_dx8.plg
上传用户:hnchaoyang
上传日期:2022-04-10
资源大小:13k
文件大小:1k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: 1st_dx8 - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:tempRSPA1.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/1st_dx8.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "C:Documents and SettingsTuring Xu桌面使用DirectX8做的旋转的三角形1st_dx8.cpp"
  13. ]
  14. Creating command line "cl.exe @C:tempRSPA1.tmp" 
  15. Creating temporary file "C:tempRSPA2.tmp" with contents
  16. [
  17. d3dx8.lib d3d8.lib winmm.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:"Debug/1st_dx8.pdb" /debug /machine:I386 /out:"Debug/1st_dx8.exe" /pdbtype:sept 
  18. ".Debug1st_dx8.obj"
  19. ]
  20. Creating command line "link.exe @C:tempRSPA2.tmp"
  21. <h3>Output Window</h3>
  22. Compiling...
  23. 1st_dx8.cpp
  24. c:documents and settingsturing xu桌面使用directx8做的旋转的三角形1st_dx8.cpp(10) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
  25. Error executing cl.exe.
  26. <h3>Results</h3>
  27. 1st_dx8.exe - 1 error(s), 0 warning(s)
  28. </pre>
  29. </body>
  30. </html>