dllTest.plg
上传用户:sy_lfz
上传日期:2015-02-22
资源大小:1279k
文件大小:1k
源码类别:

VC书籍

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: dllTest - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1A.tmp" with contents
  10. [
  11. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLLTEST_EXPORTS" /Fp"Debug/dllTest.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "E:hechongvc++动态链接库(dll)编程深入浅出VC++动态链接库(dll)编程深入浅出DLL的调用方式lib.cpp"
  13. ]
  14. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1A.tmp" 
  15. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B.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:yes /pdb:"Debug/dllTest.pdb" /debug /machine:I386 /out:"Debug/dllTest.dll" /implib:"Debug/dllTest.lib" /pdbtype:sept 
  18. ".Debuglib.obj"
  19. ]
  20. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B.tmp"
  21. <h3>Output Window</h3>
  22. Compiling...
  23. lib.cpp
  24. Linking...
  25.    Creating library Debug/dllTest.lib and object Debug/dllTest.exp
  26. <h3>Results</h3>
  27. dllTest.dll - 0 error(s), 0 warning(s)
  28. </pre>
  29. </body>
  30. </html>