CustomCaption.plg
上传用户:kssdz899
上传日期:2007-01-08
资源大小:79k
文件大小:3k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: CustomCaption - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x809 /fo"Debug/CustomCaption.res" /d "_DEBUG" /d "_AFXDLL" "F:tempcaptionSourceCustomCaptionCustomCaption.rc"" 
  10. Creating temporary file "c:TempRSP16.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/CustomCaption.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "F:tempcaptionSourceCustomCaptionCaption.cpp"
  14. "F:tempcaptionSourceCustomCaptionCaptionBackground.cpp"
  15. "F:tempcaptionSourceCustomCaptionCaptionTextAttributes.cpp"
  16. "F:tempcaptionSourceCustomCaptionCustomCaption.cpp"
  17. "F:tempcaptionSourceCustomCaptionGradientCaptionBackground.cpp"
  18. "F:tempcaptionSourceCustomCaptionMultiLineCaption.cpp"
  19. "F:tempcaptionSourceCustomCaptionMultiLineCaptionEx.cpp"
  20. "F:tempcaptionSourceCustomCaptionSubclass.cpp"
  21. "F:tempcaptionSourceCustomCaptionSystemCaptionFont.cpp"
  22. ]
  23. Creating command line "cl.exe @c:TempRSP16.tmp" 
  24. Creating temporary file "c:TempRSP17.tmp" with contents
  25. [
  26. /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/CustomCaption.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  27. "F:tempcaptionSourceCustomCaptionStdAfx.cpp"
  28. ]
  29. Creating command line "cl.exe @c:TempRSP17.tmp" 
  30. Creating temporary file "c:TempRSP18.tmp" with contents
  31. [
  32. /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/CustomCaption.pdb" /debug /machine:I386 /def:".CustomCaption.def" /out:"Debug/CustomCaption.dll" /implib:"Debug/CustomCaption.lib" /pdbtype:sept 
  33. .DebugCaption.obj
  34. .DebugCaptionBackground.obj
  35. .DebugCaptionTextAttributes.obj
  36. .DebugCustomCaption.obj
  37. .DebugGradientCaptionBackground.obj
  38. .DebugMultiLineCaption.obj
  39. .DebugMultiLineCaptionEx.obj
  40. .DebugStdAfx.obj
  41. .DebugSubclass.obj
  42. .DebugSystemCaptionFont.obj
  43. .DebugCustomCaption.res
  44. ]
  45. Creating command line "link.exe @c:TempRSP18.tmp"
  46. <h3>Output Window</h3>
  47. Compiling resources...
  48. Compiling...
  49. StdAfx.cpp
  50. Compiling...
  51. Caption.cpp
  52. CaptionBackground.cpp
  53. CaptionTextAttributes.cpp
  54. CustomCaption.cpp
  55. GradientCaptionBackground.cpp
  56. MultiLineCaption.cpp
  57. MultiLineCaptionEx.cpp
  58. Subclass.cpp
  59. SystemCaptionFont.cpp
  60. Generating Code...
  61. Linking...
  62.    Creating library Debug/CustomCaption.lib and object Debug/CustomCaption.exp
  63. <h3>Results</h3>
  64. CustomCaption.dll - 0 error(s), 0 warning(s)
  65. </pre>
  66. </body>
  67. </html>