chapter21.plg
来自「MFC ODBC数据库编程包括工程创建」· PLG 代码 · 共 91 行
PLG
91 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Chapter21 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Chapter21.res" /d "_DEBUG" /d "_AFXDLL" "E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\Chapter21.rc""
Creating temporary file "C:\DOCUME~1\ltyaw\LOCALS~1\Temp\RSP63.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Chapter21.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\AddRelationInfo.cpp"
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\Chapter21.cpp"
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\Chapter21Doc.cpp"
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\Chapter21View.cpp"
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\LeftTreeView.cpp"
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\MainFrm.cpp"
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\PerInfoView.cpp"
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\QueryDlg.cpp"
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\RightListView.cpp"
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\RightPaneFrame.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ltyaw\LOCALS~1\Temp\RSP63.tmp"
Creating temporary file "C:\DOCUME~1\ltyaw\LOCALS~1\Temp\RSP64.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Chapter21.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\GaoShou\关于书籍\书籍\MFC编程指南\源码\Chapter21\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ltyaw\LOCALS~1\Temp\RSP64.tmp"
Creating temporary file "C:\DOCUME~1\ltyaw\LOCALS~1\Temp\RSP65.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Chapter21.pdb" /debug /machine:I386 /out:"Debug/Chapter21.exe" /pdbtype:sept
".\Debug\AddRelationInfo.obj"
".\Debug\Chapter21.obj"
".\Debug\Chapter21Doc.obj"
".\Debug\Chapter21View.obj"
".\Debug\LeftTreeView.obj"
".\Debug\MainFrm.obj"
".\Debug\PerInfoView.obj"
".\Debug\QueryDlg.obj"
".\Debug\RightListView.obj"
".\Debug\RightPaneFrame.obj"
".\Debug\StdAfx.obj"
".\Debug\Chapter21.res"
]
Creating command line "link.exe @C:\DOCUME~1\ltyaw\LOCALS~1\Temp\RSP65.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
e:\gaoshou\关于书籍\书籍\mfc编程指南\源码\chapter21\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
AddRelationInfo.cpp
Chapter21.cpp
Chapter21Doc.cpp
Chapter21View.cpp
LeftTreeView.cpp
MainFrm.cpp
PerInfoView.cpp
QueryDlg.cpp
RightListView.cpp
RightPaneFrame.cpp
Generating Code...
Linking...
Creating temporary file "C:\DOCUME~1\ltyaw\LOCALS~1\Temp\RSP67.tmp" with contents
[
/nologo /o"Debug/Chapter21.bsc"
".\Debug\StdAfx.sbr"
".\Debug\AddRelationInfo.sbr"
".\Debug\Chapter21.sbr"
".\Debug\Chapter21Doc.sbr"
".\Debug\Chapter21View.sbr"
".\Debug\LeftTreeView.sbr"
".\Debug\MainFrm.sbr"
".\Debug\PerInfoView.sbr"
".\Debug\QueryDlg.sbr"
".\Debug\RightListView.sbr"
".\Debug\RightPaneFrame.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\ltyaw\LOCALS~1\Temp\RSP67.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
Chapter21.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?