📄 library.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Library - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/Library.res" /d "NDEBUG" /d "_AFXDLL" "K:\配套程序\Sample11\Library.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA1.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Library.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"K:\配套程序\Sample11\BookInfoSet.cpp"
"K:\配套程序\Sample11\BookInfoView.cpp"
"K:\配套程序\Sample11\BorrowerCard.cpp"
"K:\配套程序\Sample11\Library.cpp"
"K:\配套程序\Sample11\LibraryDoc.cpp"
"K:\配套程序\Sample11\LibrarySet.cpp"
"K:\配套程序\Sample11\LibraryView.cpp"
"K:\配套程序\Sample11\LogoutDlg.cpp"
"K:\配套程序\Sample11\MainFrm.cpp"
"K:\配套程序\Sample11\ProviderSet.cpp"
"K:\配套程序\Sample11\ProviderView.cpp"
"K:\配套程序\Sample11\QueryBookInfo.cpp"
"K:\配套程序\Sample11\QueryBorrowInfo.cpp"
"K:\配套程序\Sample11\RegisterDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA1.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA2.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Library.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"K:\配套程序\Sample11\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA2.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA3.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/Library.pdb" /machine:I386 /out:"Release/Library.exe"
".\Release\BookInfoSet.obj"
".\Release\BookInfoView.obj"
".\Release\BorrowerCard.obj"
".\Release\Library.obj"
".\Release\LibraryDoc.obj"
".\Release\LibrarySet.obj"
".\Release\LibraryView.obj"
".\Release\LogoutDlg.obj"
".\Release\MainFrm.obj"
".\Release\ProviderSet.obj"
".\Release\ProviderView.obj"
".\Release\QueryBookInfo.obj"
".\Release\QueryBorrowInfo.obj"
".\Release\RegisterDlg.obj"
".\Release\StdAfx.obj"
".\Release\Library.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA3.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
BookInfoSet.cpp
BookInfoView.cpp
BorrowerCard.cpp
Library.cpp
LibraryDoc.cpp
LibrarySet.cpp
LibraryView.cpp
LogoutDlg.cpp
MainFrm.cpp
ProviderSet.cpp
ProviderView.cpp
QueryBookInfo.cpp
QueryBorrowInfo.cpp
RegisterDlg.cpp
Generating Code...
K:\配套程序\Sample11\ProviderView.cpp(158) : warning C4715: 'CProviderView::OnMove' : not all control paths return a value
K:\配套程序\Sample11\LibraryView.cpp(397) : warning C4715: 'CLibraryView::OnMove' : not all control paths return a value
K:\配套程序\Sample11\BookInfoView.cpp(169) : warning C4715: 'CBookInfoView::OnMove' : not all control paths return a value
Linking...
<h3>Results</h3>
Library.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -