?? demo.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: demo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/demo.res" /d "_DEBUG" /d "_AFXDLL" "E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demo.rc""
Creating temporary file "C:\DOCUME~1\ZHANGH~1\LOCALS~1\Temp\RSP9.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/demo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\ChildFrm.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\DefineMaskDlg.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demo.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demoDoc.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demoView.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\dibapi.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\imgGrayTrans.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\linearStretch.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\MainFrm.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\MaskDlg.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\morphology.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\morphologyDlg.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\myfile.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\RotateDlg.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\segment.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\threshDlg.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\transform.cpp"
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\ZoomTimesDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ZHANGH~1\LOCALS~1\Temp\RSP9.tmp"
Creating temporary file "C:\DOCUME~1\ZHANGH~1\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/demo.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ZHANGH~1\LOCALS~1\Temp\RSPA.tmp"
Creating temporary file "C:\DOCUME~1\ZHANGH~1\LOCALS~1\Temp\RSPB.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/demo.pdb" /debug /machine:I386 /out:"Debug/demo.exe" /pdbtype:sept
".\Debug\ChildFrm.obj"
".\Debug\DefineMaskDlg.obj"
".\Debug\demo.obj"
".\Debug\demoDoc.obj"
".\Debug\demoView.obj"
".\Debug\dibapi.obj"
".\Debug\imgGrayTrans.obj"
".\Debug\linearStretch.obj"
".\Debug\MainFrm.obj"
".\Debug\MaskDlg.obj"
".\Debug\morphology.obj"
".\Debug\morphologyDlg.obj"
".\Debug\myfile.obj"
".\Debug\RotateDlg.obj"
".\Debug\segment.obj"
".\Debug\StdAfx.obj"
".\Debug\threshDlg.obj"
".\Debug\transform.obj"
".\Debug\ZoomTimesDlg.obj"
".\Debug\demo.res"
]
Creating command line "link.exe @C:\DOCUME~1\ZHANGH~1\LOCALS~1\Temp\RSPB.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChildFrm.cpp
DefineMaskDlg.cpp
demo.cpp
demoDoc.cpp
demoView.cpp
E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demoView.cpp(219) : warning C4101: 'x' : unreferenced local variable
E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demoView.cpp(219) : warning C4101: 'y' : unreferenced local variable
E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demoView.cpp(364) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demoView.cpp(366) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demoView.cpp(368) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
E:\項目\承擔項目\十一五教材\數字圖像處理與分析-北航張弘\隨書發行的VC代碼\demo\demoView.cpp(368) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -