dll.plg
上传用户:d748196
上传日期:2007-01-07
资源大小:42k
文件大小:1k
源码类别:

网络截获/分析

开发平台:

WINDOWS

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: dll - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "c:TempRSP6D.tmp" with contents
  10. [
  11. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLL_EXPORTS" /Fp"Release/dll.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
  12. "F:tempgetpacketpacket32DLLPACKET32.C"
  13. ]
  14. Creating command line "cl.exe @c:TempRSP6D.tmp" 
  15. Creating temporary file "c:TempRSP6E.tmp" with contents
  16. [
  17. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /pdb:"Release/packet32.pdb" /machine:I386 /def:".dll.def" /out:"packet32.dll" /implib:"Release/packet32.lib" 
  18. .ReleasePACKET32.OBJ
  19. ]
  20. Creating command line "link.exe @c:TempRSP6E.tmp"
  21. <h3>Output Window</h3>
  22. Compiling...
  23. PACKET32.C
  24. F:tempgetpacketpacket32DLLPACKET32.C(430) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  25. Linking...
  26.    Creating library Release/packet32.lib and object Release/packet32.exp
  27. <h3>Results</h3>
  28. packet32.dll - 0 error(s), 1 warning(s)
  29. </pre>
  30. </body>
  31. </html>