mydll.plg
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:1k
源码类别:

钩子与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 temporary file "c:tmpRSP34.tmp" with contents
  10. [
  11. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib /nologo /dll /incremental:no /pdb:"Release/mydll.pdb" /machine:I386 /def:".mydll.def" /out:"..mydll.dll" /implib:"Release/mydll.lib" 
  12. .Releasemydll.obj
  13. .ReleaseStdAfx.obj
  14. .Releaseutil.obj
  15. .Releasemydll.res
  16. .Psapi.Lib
  17. ]
  18. Creating command line "link.exe @c:tmpRSP34.tmp"
  19. <h3>Output Window</h3>
  20. Linking...
  21.    Creating library Release/mydll.lib and object Release/mydll.exp
  22. LINK : warning LNK4089: all references to "PSAPI.DLL" discarded by /OPT:REF
  23. LINK : warning LNK4089: all references to "USER32.dll" discarded by /OPT:REF
  24. <h3>Results</h3>
  25. mydll.dll - 0 error(s), 2 warning(s)
  26. </pre>
  27. </body>
  28. </html>