Hook.plg
上传用户:aokegd
上传日期:2009-12-14
资源大小:1276k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Hook - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x409 /fo"Debug/Hook.res" /d "_DEBUG" /d "_AFXDLL" "F:ddc++时尚编程百例实例20  屏幕抓图hookHook.rc"" 
  10. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP15A.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/Hook.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "F:ddc++时尚编程百例实例20  屏幕抓图hookHook.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1AdminLOCALS~1TempRSP15A.tmp" 
  16. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP15B.tmp" with contents
  17. [
  18. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/Hook.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  19. "F:ddc++时尚编程百例实例20  屏幕抓图hookStdAfx.cpp"
  20. ]
  21. Creating command line "cl.exe @C:DOCUME~1AdminLOCALS~1TempRSP15B.tmp" 
  22. Creating command line "link.exe /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/Hook.pdb" /debug /machine:I386 /def:".Hook.def" /out:"Debug/Hook.dll" /implib:"Debug/Hook.lib" /pdbtype:sept  ".DebugHook.obj" ".DebugStdAfx.obj" ".DebugHook.res" "
  23. <h3>Output Window</h3>
  24. Compiling resources...
  25. Compiling...
  26. StdAfx.cpp
  27. Compiling...
  28. Hook.cpp
  29. Linking...
  30.    Creating library Debug/Hook.lib and object Debug/Hook.exp
  31. <h3>Results</h3>
  32. Hook.dll - 0 error(s), 0 warning(s)
  33. </pre>
  34. </body>
  35. </html>