demo.plg
上传用户:karykuang
上传日期:2010-02-26
资源大小:103k
文件大小:2k
源码类别:

TCP/IP协议栈

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: demo - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/demo.res" /d "_DEBUG" /d "_AFXDLL" "F:WcyM_RDProgPPP0207demo.rc"" 
  10. Creating temporary file "C:DOCUME~1wcy.HXLOCALS~1TempRSP259.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/demo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "F:WcyM_RDProgPPP0207CRC.cpp"
  14. "F:WcyM_RDProgPPP0207demo.cpp"
  15. "F:WcyM_RDProgPPP0207demoDlg.cpp"
  16. "F:WcyM_RDProgPPP0207Ip.cpp"
  17. "F:WcyM_RDProgPPP0207Packet.cpp"
  18. ]
  19. Creating command line "cl.exe @C:DOCUME~1wcy.HXLOCALS~1TempRSP259.tmp" 
  20. Creating temporary file "C:DOCUME~1wcy.HXLOCALS~1TempRSP25A.tmp" with contents
  21. [
  22. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/demo.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  23. "F:WcyM_RDProgPPP0207StdAfx.cpp"
  24. ]
  25. Creating command line "cl.exe @C:DOCUME~1wcy.HXLOCALS~1TempRSP25A.tmp" 
  26. Creating temporary file "C:DOCUME~1wcy.HXLOCALS~1TempRSP25B.tmp" with contents
  27. [
  28. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/demo.pdb" /debug /machine:I386 /out:"Debug/demo.exe" /pdbtype:sept 
  29. .DebugCRC.obj
  30. .Debugdemo.obj
  31. .DebugdemoDlg.obj
  32. .DebugIp.obj
  33. .DebugPacket.obj
  34. .DebugStdAfx.obj
  35. .Debugdemo.res
  36. ]
  37. Creating command line "link.exe @C:DOCUME~1wcy.HXLOCALS~1TempRSP25B.tmp"
  38. <h3>Output Window</h3>
  39. Compiling resources...
  40. Compiling...
  41. StdAfx.cpp
  42. Compiling...
  43. CRC.cpp
  44. demo.cpp
  45. demoDlg.cpp
  46. F:WcyM_RDProgPPP0207demoDlg.cpp(594) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  47. F:WcyM_RDProgPPP0207demoDlg.cpp(481) : warning C4101: 'bReturn' : unreferenced local variable
  48. Ip.cpp
  49. Packet.cpp
  50. Generating Code...
  51. F:WcyM_RDProgPPP0207Packet.cpp(608) : warning C4700: local variable 'iHeadpos' used without having been initialized
  52. Linking...
  53. Creating command line "bscmake.exe /nologo /o"Debug/demo.bsc"  .DebugStdAfx.sbr .DebugCRC.sbr .Debugdemo.sbr .DebugdemoDlg.sbr .DebugIp.sbr .DebugPacket.sbr"
  54. Creating browse info file...
  55. <h3>Output Window</h3>
  56. <h3>Results</h3>
  57. demo.exe - 0 error(s), 3 warning(s)
  58. </pre>
  59. </body>
  60. </html>