📄 atm.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ATM - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/ATM.res" /d "NDEBUG" "E:\BankSystem_CORBA\ATM\ATM.rc""
Creating temporary file "C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP70.tmp" with contents
[
/nologo /MT /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/ATM.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\BankSystem_CORBA\ATM\AlterPAWDlg.cpp"
"E:\BankSystem_CORBA\ATM\ATM.cpp"
"E:\BankSystem_CORBA\ATM\ATMDlg.cpp"
"E:\BankSystem_CORBA\ATM\AuthentificateDlg.cpp"
"E:\BankSystem_CORBA\bank.cpp"
"E:\BankSystem_CORBA\bank_skel.cpp"
"E:\BankSystem_CORBA\ATM\DepositDlg.cpp"
"E:\BankSystem_CORBA\ATM\OperationDlg.cpp"
"E:\BankSystem_CORBA\ATM\RequeryDlg.cpp"
"E:\BankSystem_CORBA\ATM\WithdrawDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP70.tmp"
Creating temporary file "C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP71.tmp" with contents
[
/nologo /MT /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/ATM.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\BankSystem_CORBA\ATM\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP71.tmp"
Creating temporary file "C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP72.tmp" with contents
[
star.lib mtl.lib wsock32.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/ATM.pdb" /machine:I386 /out:"Release/ATM.exe"
.\Release\AlterPAWDlg.obj
.\Release\ATM.obj
.\Release\ATMDlg.obj
.\Release\AuthentificateDlg.obj
.\Release\bank.obj
.\Release\bank_skel.obj
.\Release\DepositDlg.obj
.\Release\OperationDlg.obj
.\Release\RequeryDlg.obj
.\Release\StdAfx.obj
.\Release\WithdrawDlg.obj
.\Release\ATM.res
]
Creating command line "link.exe @C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP72.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
AlterPAWDlg.cpp
ATM.cpp
ATMDlg.cpp
E:\BankSystem_CORBA\ATM\ATMDlg.cpp(263) : warning C4101: 'ex' : unreferenced local variable
E:\BankSystem_CORBA\ATM\ATMDlg.cpp(281) : warning C4101: 'ex' : unreferenced local variable
E:\BankSystem_CORBA\ATM\ATMDlg.cpp(319) : warning C4101: 'ex' : unreferenced local variable
AuthentificateDlg.cpp
bank.cpp
bank_skel.cpp
DepositDlg.cpp
OperationDlg.cpp
RequeryDlg.cpp
WithdrawDlg.cpp
Generating Code...
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
<h3>Results</h3>
ATM.exe - 0 error(s), 4 warning(s)
<h3>
--------------------Configuration: BankServer - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/BankServer.res" /d "NDEBUG" "E:\BankSystem_CORBA\BankServer\BankServer.rc""
Creating temporary file "C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP74.tmp" with contents
[
/nologo /MT /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/BankServer.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\BankSystem_CORBA\bank.cpp"
"E:\BankSystem_CORBA\bank_impl.cpp"
"E:\BankSystem_CORBA\bank_skel.cpp"
"E:\BankSystem_CORBA\BankServer\BankServer.cpp"
"E:\BankSystem_CORBA\BankServer\BankServerDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP74.tmp"
Creating temporary file "C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP75.tmp" with contents
[
/nologo /MT /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/BankServer.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\BankSystem_CORBA\BankServer\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP75.tmp"
Creating temporary file "C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP76.tmp" with contents
[
star.lib mtl.lib wsock32.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/BankServer.pdb" /machine:I386 /out:"Release/BankServer.exe"
.\Release\bank.obj
.\Release\bank_impl.obj
.\Release\bank_skel.obj
.\Release\BankServer.obj
.\Release\BankServerDlg.obj
.\Release\StdAfx.obj
.\Release\BankServer.res
]
Creating command line "link.exe @C:\DOCUME~1\HUALIB~1\LOCALS~1\Temp\RSP76.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
e:\banksystem_corba\bankserver\release\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
bank.cpp
bank_impl.cpp
bank_skel.cpp
BankServer.cpp
BankServerDlg.cpp
Generating Code...
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
<h3>Results</h3>
BankServer.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -