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

书籍源码

开发平台:

Visual C++

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