hdsupport.plg

来自「深入浅出Visual C++入门进阶与应用实例 随书光盘 作者 何志丹」· PLG 代码 · 共 65 行

PLG
65
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: HDSupport - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE.tmp" with contents
[
/nologo /MDd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/HDSupport.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\community\HDSupport\DirectoryDialog.cpp"
"G:\community\HDSupport\GlobeFun.cpp"
"G:\community\HDSupport\HDSupport.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF.tmp" with contents
[
/nologo /MDd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/HDSupport.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\community\HDSupport\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/HDSupport.pdb" /debug /machine:I386 /def:".\HDSupport.def" /out:"../Debug/HDSupport.dll" /implib:"../Debug/HDSupport.lib" /pdbtype:sept 
.\Debug\DirectoryDialog.obj
.\Debug\GlobeFun.obj
.\Debug\HDSupport.obj
.\Debug\StdAfx.obj
.\Debug\HDSupport.res
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
g:\community\hdsupport\globefun.h(11) : warning C4190: '<Unknown>' has C-linkage specified, but returns UDT 'CString' which is incompatible with C
        e:\program files\microsoft visual studio\vc98\mfc\include\afx.h(368) : see declaration of 'CString'
g:\community\hdsupport\globefun.h(13) : warning C4190: '<Unknown>' has C-linkage specified, but returns UDT 'CString' which is incompatible with C
        e:\program files\microsoft visual studio\vc98\mfc\include\afx.h(368) : see declaration of 'CString'
g:\community\hdsupport\globefun.h(16) : warning C4190: '<Unknown>' has C-linkage specified, but returns UDT 'CString' which is incompatible with C
        e:\program files\microsoft visual studio\vc98\mfc\include\afx.h(368) : see declaration of 'CString'
Compiling...
DirectoryDialog.cpp
G:\community\HDSupport\DirectoryDialog.cpp(87) : warning C4189: 'pszTitle' : local variable is initialized but not referenced
G:\community\HDSupport\DirectoryDialog.cpp(187) : warning C4244: 'argument' : conversion from 'int' to 'char', possible loss of data
GlobeFun.cpp
G:\community\HDSupport\GlobeFun.cpp(79) : warning C4190: '<Unknown>' has C-linkage specified, but returns UDT 'CString' which is incompatible with C
        e:\program files\microsoft visual studio\vc98\mfc\include\afx.h(368) : see declaration of 'CString'
G:\community\HDSupport\GlobeFun.cpp(123) : warning C4190: '<Unknown>' has C-linkage specified, but returns UDT 'CString' which is incompatible with C
        e:\program files\microsoft visual studio\vc98\mfc\include\afx.h(368) : see declaration of 'CString'
G:\community\HDSupport\GlobeFun.cpp(135) : warning C4190: '<Unknown>' has C-linkage specified, but returns UDT 'CString' which is incompatible with C
        e:\program files\microsoft visual studio\vc98\mfc\include\afx.h(368) : see declaration of 'CString'
HDSupport.cpp
Generating Code...
Linking...
   Creating library ../Debug/HDSupport.lib and object ../Debug/HDSupport.exp



<h3>Results</h3>
HDSupport.dll - 0 error(s), 8 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?