clientmain.plg

来自「Visual C++高级编程及其项目应用开发(含源代码)」· PLG 代码 · 共 111 行

PLG
111
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: clientMain - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_WIN32_DCOM" /FR"Debug/" /Fp"Debug/clientMain.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\『学校工作』\【我的VC】\vc书中源代码\最终项目\clientMain\CommPrintDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2D.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2E.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/clientMain.pdb" /debug /machine:I386 /out:"Debug/clientMain.exe" /pdbtype:sept 
".\Debug\column.obj"
".\Debug\columns.obj"
".\Debug\dataformatdisp.obj"
".\Debug\datagrid.obj"
".\Debug\font.obj"
".\Debug\msflexgrid.obj"
".\Debug\picture.obj"
".\Debug\rowcursor.obj"
".\Debug\selbookmarks.obj"
".\Debug\split.obj"
".\Debug\splits.obj"
".\Debug\stddataformatsdisp.obj"
".\Debug\BuyMaterialView.obj"
".\Debug\ChildFrm.obj"
".\Debug\ClientFinanceView.obj"
".\Debug\clientMain.obj"
".\Debug\clientMainDoc.obj"
".\Debug\clientMainView.obj"
".\Debug\ClientSellView.obj"
".\Debug\CommPrintDlg.obj"
".\Debug\excel.obj"
".\Debug\FChildFrm.obj"
".\Debug\InitDlg.obj"
".\Debug\MainFrm.obj"
".\Debug\ManageUserView.obj"
".\Debug\msword.obj"
".\Debug\MyWndBar.obj"
".\Debug\NewClientWnd.obj"
".\Debug\scbarg.obj"
".\Debug\SChildFrm.obj"
".\Debug\SellMaterialView.obj"
".\Debug\sizecbar.obj"
".\Debug\Splash.obj"
".\Debug\StdAfx.obj"
".\Debug\SysLogInDlg.obj"
".\Debug\UserDlg.obj"
".\Debug\clientMain.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2E.tmp"
<h3>Output Window</h3>
Compiling...
CommPrintDlg.cpp
Linking...
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2F.tmp" with contents
[
/nologo /o"Debug/clientMain.bsc" 
".\Debug\StdAfx.sbr"
".\Debug\column.sbr"
".\Debug\columns.sbr"
".\Debug\dataformatdisp.sbr"
".\Debug\datagrid.sbr"
".\Debug\font.sbr"
".\Debug\msflexgrid.sbr"
".\Debug\picture.sbr"
".\Debug\rowcursor.sbr"
".\Debug\selbookmarks.sbr"
".\Debug\split.sbr"
".\Debug\splits.sbr"
".\Debug\stddataformatsdisp.sbr"
".\Debug\BuyMaterialView.sbr"
".\Debug\ChildFrm.sbr"
".\Debug\ClientFinanceView.sbr"
".\Debug\clientMain.sbr"
".\Debug\clientMainDoc.sbr"
".\Debug\clientMainView.sbr"
".\Debug\ClientSellView.sbr"
".\Debug\CommPrintDlg.sbr"
".\Debug\excel.sbr"
".\Debug\FChildFrm.sbr"
".\Debug\InitDlg.sbr"
".\Debug\MainFrm.sbr"
".\Debug\ManageUserView.sbr"
".\Debug\msword.sbr"
".\Debug\MyWndBar.sbr"
".\Debug\NewClientWnd.sbr"
".\Debug\scbarg.sbr"
".\Debug\SChildFrm.sbr"
".\Debug\SellMaterialView.sbr"
".\Debug\sizecbar.sbr"
".\Debug\Splash.sbr"
".\Debug\SysLogInDlg.sbr"
".\Debug\UserDlg.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2F.tmp"
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
clientMain.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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