ver10.plg
上传用户:thirty
上传日期:2007-01-08
资源大小:37k
文件大小:1k
源码类别:

串口编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ver10 - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWSTEMPRSPA365.TMP" with contents
  10. [
  11. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/ver10.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "C:workver10ver10.cpp"
  13. ]
  14. Creating command line "cl.exe @C:WINDOWSTEMPRSPA365.TMP" 
  15. Creating temporary file "C:WINDOWSTEMPRSPA366.TMP" with contents
  16. [
  17. /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/ver10.pdb" /debug /machine:I386 /def:".ver10.def" /out:"Debug/ver10.dll" /implib:"Debug/ver10.lib" /pdbtype:sept 
  18. .DebugData.obj
  19. .DebugSerialPort.obj
  20. .DebugStdAfx.obj
  21. .Debugver10.obj
  22. .Debugver10.res
  23. ]
  24. Creating command line "link.exe @C:WINDOWSTEMPRSPA366.TMP"
  25. <h3>Output Window</h3>
  26. Compiling...
  27. ver10.cpp
  28. C:workver10ver10.cpp(80) : warning C4700: local variable 'go' used without having been initialized
  29. C:workver10ver10.cpp(89) : warning C4700: local variable 'go' used without having been initialized
  30. C:workver10ver10.cpp(99) : warning C4700: local variable 'end' used without having been initialized
  31. Linking...
  32.    Creating library Debug/ver10.lib and object Debug/ver10.exp
  33. <h3>Results</h3>
  34. ver10.dll - 0 error(s), 3 warning(s)
  35. </pre>
  36. </body>
  37. </html>