Mousehook.plg
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Mousehook - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWSTEMPRSP4232.TMP" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/Mousehook.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ    /c 
  12. "I:vc百例第十一章截获鼠标移开事件MousehookMousehook.cpp"
  13. ]
  14. Creating command line "cl.exe @C:WINDOWSTEMPRSP4232.TMP" 
  15. Creating temporary file "C:WINDOWSTEMPRSP4233.TMP" with contents
  16. [
  17. /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/Mousehook.pdb" /debug /machine:I386 /def:".Mousehook.def" /out:"Debug/Mousehook.dll" /implib:"Debug/Mousehook.lib" /pdbtype:sept 
  18. ".DebugMousehook.obj"
  19. ".DebugStdAfx.obj"
  20. ".DebugMousehook.res"
  21. ]
  22. Creating command line "link.exe @C:WINDOWSTEMPRSP4233.TMP"
  23. <h3>Output Window</h3>
  24. Compiling...
  25. Mousehook.cpp
  26. Linking...
  27.    Creating library Debug/Mousehook.lib and object Debug/Mousehook.exp
  28. <h3>Results</h3>
  29. Mousehook.dll - 0 error(s), 0 warning(s)
  30. </pre>
  31. </body>
  32. </html>