dllTest.plg
资源名称:vc++(dll).rar [点击查看]
上传用户:sy_lfz
上传日期:2015-02-22
资源大小:1279k
文件大小:1k
源码类别:
VC书籍
开发平台:
Visual C++
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: dllTest - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1A.tmp" with contents
- [
- /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
- "E:hechongvc++动态链接库(dll)编程深入浅出VC++动态链接库(dll)编程深入浅出DLL的调用方式lib.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1A.tmp"
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B.tmp" with contents
- [
- 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
- ".Debuglib.obj"
- ]
- Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B.tmp"
- <h3>Output Window</h3>
- Compiling...
- lib.cpp
- Linking...
- Creating library Debug/dllTest.lib and object Debug/dllTest.exp
- <h3>Results</h3>
- dllTest.dll - 0 error(s), 0 warning(s)
- </pre>
- </body>
- </html>