basedata.plg
来自「深入浅出Visual C++入门进阶与应用实例 随书光盘 作者 何志丹」· PLG 代码 · 共 214 行 · 第 1/2 页
PLG
214 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DBLib - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/DBLib.res" /d "NDEBUG" /d "_AFXDLL" "F:\VC书\综合实例\community\DBLib\DBLib.rc""
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSPBA.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/DBLib.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\VC书\综合实例\community\DBLib\ArticleSet.cpp"
"F:\VC书\综合实例\community\DBLib\ClassSet.cpp"
"F:\VC书\综合实例\community\DBLib\db.cpp"
"F:\VC书\综合实例\community\DBLib\DBLib.cpp"
"F:\VC书\综合实例\community\DBLib\WebInfoSet.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSPBA.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSPBB.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/DBLib.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\VC书\综合实例\community\DBLib\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSPBB.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSPBC.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/DBLib.pdb" /machine:I386 /def:".\DBLib.def" /out:"../Release/DBLib.dll" /implib:"../Release/DBLib.lib"
".\Release\ArticleSet.obj"
".\Release\ClassSet.obj"
".\Release\db.obj"
".\Release\DBLib.obj"
".\Release\StdAfx.obj"
".\Release\WebInfoSet.obj"
".\Release\DBLib.res"
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSPBC.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ArticleSet.cpp
ClassSet.cpp
db.cpp
DBLib.cpp
WebInfoSet.cpp
Generating Code...
Linking...
Creating library ../Release/DBLib.lib and object ../Release/DBLib.exp
<h3>
--------------------Configuration: HDSupport - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/HDSupport.res" /d "NDEBUG" /d "_AFXDLL" "F:\VC书\综合实例\community\HDSupport\HDSupport.rc""
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSPC0.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/HDSupport.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\VC书\综合实例\community\HDSupport\DirectoryDialog.cpp"
"F:\VC书\综合实例\community\HDSupport\GlobeFun.cpp"
"F:\VC书\综合实例\community\HDSupport\HDSupport.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSPC0.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSPC1.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/HDSupport.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\VC书\综合实例\community\HDSupport\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSPC1.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSPC2.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/HDSupport.pdb" /machine:I386 /def:".\HDSupport.def" /out:"../Release/HDSupport.dll" /implib:"../Release/HDSupport.lib"
".\Release\DirectoryDialog.obj"
".\Release\GlobeFun.obj"
".\Release\HDSupport.obj"
".\Release\StdAfx.obj"
".\Release\HDSupport.res"
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSPC2.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
F:\VC书\综合实例\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'
F:\VC书\综合实例\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'
F:\VC书\综合实例\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
GlobeFun.cpp
F:\VC书\综合实例\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'
F:\VC书\综合实例\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'
F:\VC书\综合实例\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 ../Release/HDSupport.lib and object ../Release/HDSupport.exp
<h3>
--------------------Configuration: BaseData - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/BaseData.res" /d "NDEBUG" /d "_AFXDLL" "F:\VC书\综合实例\community\BaseData\BaseData.rc""
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?