mydll.plg
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:2k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: mydll - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWSTEMPRSP6371.TMP" with contents
  10. [
  11. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYDLL_EXPORTS" /D "WIN95" /FR"Release/" /Fp"Release/mydll.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  12. "D:ProgramHookAPIHookAPI1.52_patch20030301KillADDllFilter.cpp"
  13. ]
  14. Creating command line "cl.exe @C:WINDOWSTEMPRSP6371.TMP" 
  15. Creating temporary file "C:WINDOWSTEMPRSP6372.TMP" with contents
  16. [
  17. kernel32.lib user32.lib gdi32.lib winspool.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib netapi32.lib ws2_32.lib advapi32.lib /nologo /dll /incremental:no /pdb:"Release/mydll_9X.pdb" /machine:I386 /def:".mydll.def" /out:"..mydll_9X.dll" /implib:"Release/mydll_9X.lib" 
  18. .ReleaseFilter.obj
  19. .Releasemydll.obj
  20. .ReleaseStdAfx.obj
  21. .Releaseutil.obj
  22. .Releasemydll.res
  23. ]
  24. Creating command line "link.exe @C:WINDOWSTEMPRSP6372.TMP"
  25. <h3>Output Window</h3>
  26. Compiling...
  27. Filter.cpp
  28. D:ProgramHookAPIHookAPI1.52_patch20030301KillADDllFilter.cpp(34) : warning C4101: 'line' : unreferenced local variable
  29. D:ProgramHookAPIHookAPI1.52_patch20030301KillADDllFilter.cpp(35) : warning C4101: 'action' : unreferenced local variable
  30. D:ProgramHookAPIHookAPI1.52_patch20030301KillADDllFilter.cpp(35) : warning C4101: 'app' : unreferenced local variable
  31. D:ProgramHookAPIHookAPI1.52_patch20030301KillADDllFilter.cpp(36) : warning C4101: 'i' : unreferenced local variable
  32. D:ProgramHookAPIHookAPI1.52_patch20030301KillADDllFilter.cpp(36) : warning C4101: 'j' : unreferenced local variable
  33. Linking...
  34.    Creating library Release/mydll_9X.lib and object Release/mydll_9X.exp
  35. LINK : warning LNK4092: shared section ".text" contains relocations; image may not run correctly
  36. LINK : warning LNK4092: shared section "_INIT" contains relocations; image may not run correctly
  37. LINK : warning LNK4092: shared section ".rdata" contains relocations; image may not run correctly
  38. LINK : warning LNK4092: shared section ".data" contains relocations; image may not run correctly
  39. <h3>Results</h3>
  40. mydll_9X.dll - 0 error(s), 9 warning(s)
  41. </pre>
  42. </body>
  43. </html>