Capture.plg
上传用户:connie527
上传日期:2022-04-15
资源大小:4326k
文件大小:1k
源码类别:

行业应用

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Capture - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "D:DOCUME~1rosaLOCALS~1TempRSPBD.tmp" with contents
  10. [
  11. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/Capture.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "I:项目开发全程实录VC++TM1源程序ControlForm.cpp"
  13. ]
  14. Creating command line "cl.exe @D:DOCUME~1rosaLOCALS~1TempRSPBD.tmp" 
  15. <h3>Output Window</h3>
  16. Compiling...
  17. ControlForm.cpp
  18. i:项目开发全程实录vc++tm1源程序controlform.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/Capture.pch': No such file or directory
  19. 执行 cl.exe 时出错.
  20. <h3>Results</h3>
  21. ControlForm.obj - 1 error(s), 0 warning(s)
  22. </pre>
  23. </body>
  24. </html>