Rsh.plg
上传用户:hbytqc8
上传日期:2014-07-31
资源大小:527k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Rsh - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/Rsh.res" /d "NDEBUG" "D:snmpbookvcRshRsh.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPB.tmp" with contents
  11. [
  12. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/Rsh.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
  13. "D:snmpbookvcRshLineChart.cpp"
  14. "D:snmpbookvcRshMyStringArray.cpp"
  15. "D:snmpbookvcRshRsh.cpp"
  16. "D:snmpbookvcRshRshDlg.cpp"
  17. ]
  18. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPB.tmp" 
  19. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPC.tmp" with contents
  20. [
  21. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/Rsh.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  22. "D:snmpbookvcRshStdAfx.cpp"
  23. ]
  24. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPC.tmp" 
  25. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPD.tmp" with contents
  26. [
  27. snmp_pp_r.lib ws2_32.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/Rsh.pdb" /machine:I386 /out:"Release/Rsh.exe" 
  28. .ReleaseLineChart.obj
  29. .ReleaseMyStringArray.obj
  30. .ReleaseRsh.obj
  31. .ReleaseRshDlg.obj
  32. .ReleaseStdAfx.obj
  33. .ReleaseRsh.res
  34. ]
  35. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPD.tmp"
  36. <h3>Output Window</h3>
  37. Compiling resources...
  38. Compiling...
  39. StdAfx.cpp
  40. Compiling...
  41. LineChart.cpp
  42. D:snmpbookvcRshLineChart.cpp(226) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
  43. MyStringArray.cpp
  44. Rsh.cpp
  45. RshDlg.cpp
  46. Linking...
  47. LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
  48. <h3>Results</h3>
  49. Rsh.exe - 0 error(s), 2 warning(s)
  50. </pre>
  51. </body>
  52. </html>