SerialPortTest.plg
上传用户:guqin_vip
上传日期:2022-06-17
资源大小:1993k
文件大小:3k
源码类别:

串口编程

开发平台:

C/C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: SerialPortTest - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/SerialPortTest.res" /d "_DEBUG" /d "_AFXDLL" "C:Documents and SettingsAdministrator桌面BOOK20070612PROGRAM第07章704SerialPortTestSerialPortTest.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP85.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SerialPortTest.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "C:Documents and SettingsAdministrator桌面BOOK20070612PROGRAM第07章704SerialPortTestSerialPort.cpp"
  14. "C:Documents and SettingsAdministrator桌面BOOK20070612PROGRAM第07章704SerialPortTestSerialPortTest.cpp"
  15. "C:Documents and SettingsAdministrator桌面BOOK20070612PROGRAM第07章704SerialPortTestSerialPortTestDlg.cpp"
  16. ]
  17. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP85.tmp" 
  18. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP86.tmp" with contents
  19. [
  20. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SerialPortTest.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  21. "C:Documents and SettingsAdministrator桌面BOOK20070612PROGRAM第07章704SerialPortTestStdAfx.cpp"
  22. ]
  23. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP86.tmp" 
  24. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP87.tmp" with contents
  25. [
  26. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/SerialPortTest.pdb" /debug /machine:I386 /out:"Debug/SerialPortTest.exe" /pdbtype:sept 
  27. ".DebugSerialPort.obj"
  28. ".DebugSerialPortTest.obj"
  29. ".DebugSerialPortTestDlg.obj"
  30. ".DebugStdAfx.obj"
  31. ".DebugSerialPortTest.res"
  32. ]
  33. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP87.tmp"
  34. <h3>Output Window</h3>
  35. Compiling resources...
  36. Compiling...
  37. StdAfx.cpp
  38. Compiling...
  39. SerialPort.cpp
  40. SerialPortTest.cpp
  41. SerialPortTestDlg.cpp
  42. C:Documents and SettingsAdministrator桌面BOOK20070612PROGRAM第07章704SerialPortTestSerialPortTestDlg.cpp(241) : warning C4018: '==' : signed/unsigned mismatch
  43. C:Documents and SettingsAdministrator桌面BOOK20070612PROGRAM第07章704SerialPortTestSerialPortTestDlg.cpp(279) : warning C4018: '==' : signed/unsigned mismatch
  44. Generating Code...
  45. Linking...
  46. <h3>Results</h3>
  47. SerialPortTest.exe - 0 error(s), 2 warning(s)
  48. </pre>
  49. </body>
  50. </html>