MiniCAD.plg
上传用户:netltd
上传日期:2013-02-12
资源大小:7234k
文件大小:1k
源码类别:

绘图程序

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: MiniCAD - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWSTEMPRSP42B4.BAT" with contents
  10. [
  11. @echo off
  12. start /wait hcw /C /E /M "hlpMiniCAD.hpj"
  13. if errorlevel 1 goto :Error
  14. if not exist "hlpMiniCAD.hlp" goto :Error
  15. copy "hlpMiniCAD.hlp" .Debug
  16. goto :done
  17. :Error
  18. echo hlpMiniCAD.hpj(1) : error:
  19. type "hlpMiniCAD.log"
  20. :done
  21. ]
  22. Creating command line "C:WINDOWSTEMPRSP42B4.BAT"
  23. <h3>Output Window</h3>
  24. Making help file...
  25. hlpMiniCAD.hpj(1) : error:
  26. Microsoft (R) Help Compiler
  27. HCRTF 4.03.0002
  28. Copyright (c) Microsoft Corp 1990 - 1995. All rights reserved.
  29. minicad.hpj
  30.     HC5011: Error: minicad.hpj : 
  31.  Cannot open the file "D:VISUAL StudioMyProjectMiniCADhlpMiniCAD.hm."
  32. <h3>Results</h3>
  33. MiniCAD.exe - 2 error(s), 0 warning(s)
  34. </pre>
  35. </body>
  36. </html>