SNMPApp.plg
上传用户:yfy060102
上传日期:2021-05-22
资源大小:60k
文件大小:3k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: SNMPApp - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/SNMPApp.res" /d "_DEBUG" /d "_AFXDLL" "C:Documents and SettingsAdministrator桌面SNMPAppSNMPApp.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPB.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/SNMPApp.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "C:Documents and SettingsAdministrator桌面SNMPAppDoFindSubnet().cpp"
  14. "C:Documents and SettingsAdministrator桌面SNMPAppDoFindTopology.cpp"
  15. "C:Documents and SettingsAdministrator桌面SNMPAppMIB.cpp"
  16. "C:Documents and SettingsAdministrator桌面SNMPAppPing.cpp"
  17. "C:Documents and SettingsAdministrator桌面SNMPAppSnmp.cpp"
  18. "C:Documents and SettingsAdministrator桌面SNMPAppSNMPApp.cpp"
  19. "C:Documents and SettingsAdministrator桌面SNMPAppSNMPAppDlg.cpp"
  20. ]
  21. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPB.tmp" 
  22. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPC.tmp" with contents
  23. [
  24. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/SNMPApp.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  25. "C:Documents and SettingsAdministrator桌面SNMPAppStdAfx.cpp"
  26. ]
  27. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPC.tmp" 
  28. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPD.tmp" with contents
  29. [
  30. WSnmp32.lib ws2_32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/SNMPApp.pdb" /debug /machine:I386 /out:"Debug/SNMPApp.exe" /pdbtype:sept 
  31. ".DebugDoFindSubnet().obj"
  32. ".DebugDoFindTopology.obj"
  33. ".DebugMIB.obj"
  34. ".DebugPing.obj"
  35. ".DebugSnmp.obj"
  36. ".DebugSNMPApp.obj"
  37. ".DebugSNMPAppDlg.obj"
  38. ".DebugStdAfx.obj"
  39. ".DebugSNMPApp.res"
  40. ]
  41. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPD.tmp"
  42. <h3>Output Window</h3>
  43. Compiling resources...
  44. Compiling...
  45. StdAfx.cpp
  46. Compiling...
  47. DoFindSubnet().cpp
  48. DoFindTopology.cpp
  49. MIB.cpp
  50. Ping.cpp
  51. Snmp.cpp
  52. SNMPApp.cpp
  53. SNMPAppDlg.cpp
  54. C:Documents and SettingsAdministrator桌面SNMPAppSNMPAppDlg.cpp(254) : warning C4101: 'oldcf' : unreferenced local variable
  55. Generating Code...
  56. Linking...
  57. Creating command line "bscmake.exe /nologo /o"Debug/SNMPApp.bsc"  ".DebugStdAfx.sbr" ".DebugDoFindSubnet().sbr" ".DebugDoFindTopology.sbr" ".DebugMIB.sbr" ".DebugPing.sbr" ".DebugSnmp.sbr" ".DebugSNMPApp.sbr" ".DebugSNMPAppDlg.sbr""
  58. Creating browse info file...
  59. <h3>Output Window</h3>
  60. <h3>Results</h3>
  61. SNMPApp.exe - 0 error(s), 1 warning(s)
  62. </pre>
  63. </body>
  64. </html>