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 command line "rc.exe /l 0x804 /fo"Release/mydll.res" /d "NDEBUG" "D:programHookAPIHookAPI1.62HookTextOutmydll.rc"" 
  10. Creating temporary file "c:tmpRSP3E4.tmp" with contents
  11. [
  12. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYDLL_EXPORTS" /FR"Release/" /Fp"Release/mydll.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "D:programHookAPIHookAPI1.62HookTextOutmydll.cpp"
  14. "D:programHookAPIHookAPI1.62HookTextOututil.cpp"
  15. ]
  16. Creating command line "cl.exe @c:tmpRSP3E4.tmp" 
  17. Creating temporary file "c:tmpRSP3E5.tmp" with contents
  18. [
  19. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYDLL_EXPORTS" /FR"Release/" /Fp"Release/mydll.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  20. "D:programHookAPIHookAPI1.62HookTextOutStdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @c:tmpRSP3E5.tmp" 
  23. Creating temporary file "c:tmpRSP3E6.tmp" with contents
  24. [
  25. kernel32.lib user32.lib gdi32.lib winspool.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib netapi32.lib advapi32.lib rasapi32.lib /nologo /dll /incremental:no /pdb:"Release/mydll.pdb" /machine:I386 /def:".mydll.def" /out:"..mydll.dll" /implib:"Release/mydll.lib" 
  26. .Releasemydll.obj
  27. .ReleaseStdAfx.obj
  28. .Releaseutil.obj
  29. .Releasemydll.res
  30. ]
  31. Creating command line "link.exe @c:tmpRSP3E6.tmp"
  32. <h3>Output Window</h3>
  33. Compiling resources...
  34. Compiling...
  35. StdAfx.cpp
  36. Compiling...
  37. mydll.cpp
  38. util.cpp
  39. Generating Code...
  40. Linking...
  41.    Creating library Release/mydll.lib and object Release/mydll.exp
  42. <h3>Results</h3>
  43. mydll.dll - 0 error(s), 0 warning(s)
  44. </pre>
  45. </body>
  46. </html>