FireWallSys.plg
上传用户:yitai_qhd
上传日期:2008-04-24
资源大小:31k
文件大小:2k
开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: FireWallSys - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1panLOCALS~1TempRSP1C6.tmp" with contents
  10. [
  11. /nologo /Gz /MLd /W3 /Gm /Gi /Zi /Od /Gy /I "c:DDKinc" /D DBG=1 /D "_X86_" /D _WIN32_WINNT=0x500 /Fp"Debug/FireWallSys.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /Gs -GF /c 
  12. "C:Documents and SettingspanMy Documents文章firewall1FireWallSysCheck.cpp"
  13. ]
  14. Creating command line "cl.exe @C:DOCUME~1panLOCALS~1TempRSP1C6.tmp" 
  15. Creating temporary file "C:DOCUME~1panLOCALS~1TempRSP1C7.tmp" with contents
  16. [
  17. int64.lib ntoskrnl.lib hal.lib ntdll.lib ndis.lib /nologo /base:"0x10000" /entry:"DriverEntry" /incremental:no /pdb:"Debug/FireWallSys.pdb" /debug /machine:I386 /nodefaultlib /out:"DebugFireWallSys.SYS" /pdbtype:con /libpath:"c:DDKlibchki386" -driver -subsystem:NATIVE,4.00 
  18. ".DebugCheck.obj"
  19. ".DebugHook.obj"
  20. ".DebugHookNdis.obj"
  21. ".DebugInit.obj"
  22. ".Debugmyfun.obj"
  23. ".DebugPacket.obj"
  24. ]
  25. Creating command line "link.exe @C:DOCUME~1panLOCALS~1TempRSP1C7.tmp"
  26. <h3>Output Window</h3>
  27. Compiling...
  28. Check.cpp
  29. C:Documents and SettingspanMy Documents文章firewall1FireWallSysCheck.cpp(196) : warning C4172: returning address of local variable or temporary
  30. Linking...
  31. LINK : warning LNK4078: multiple "INIT" sections found with different attributes (E2000020)
  32. <h3>Results</h3>
  33. FireWallSys.SYS - 0 error(s), 2 warning(s)
  34. </pre>
  35. </body>
  36. </html>