a.plg
Upload User: xtsbgjx
Upload Date: 2021-04-23
Package Size: 33k
Code Size: 1k
Development Platform:

C++ Builder

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: a - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:UsersLZBAppDataLocalTempRSPA637.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/a.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "F:C++a.cpp"
  13. ]
  14. Creating command line "cl.exe @C:UsersLZBAppDataLocalTempRSPA637.tmp" 
  15. <h3>Output Window</h3>
  16. Compiling...
  17. a.cpp
  18. f:c++dictionary.h(3) : error C2146: syntax error : missing ';' before identifier 'two2'
  19. f:c++dictionary.h(3) : error C2501: 'one1' : missing storage-class or type specifiers
  20. f:c++dictionary.h(3) : fatal error C1004: unexpected end of file found
  21. 执行 cl.exe 时出错.
  22. <h3>Results</h3>
  23. a.obj - 1 error(s), 0 warning(s)
  24. </pre>
  25. </body>
  26. </html>