?? sortdemo.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SortDemo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/SortDemo.res" /d "_DEBUG" /d "_AFXDLL" "D:\Study\VCxp\SortDemo\SortDemo.rc""
Creating temporary file "C:\DOCUME~1\drfly\LOCALS~1\Temp\RSP7D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SortDemo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Study\VCxp\SortDemo\SortDemo.cpp"
"D:\Study\VCxp\SortDemo\SortDemoDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\drfly\LOCALS~1\Temp\RSP7D.tmp"
Creating temporary file "C:\DOCUME~1\drfly\LOCALS~1\Temp\RSP7E.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SortDemo.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Study\VCxp\SortDemo\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\drfly\LOCALS~1\Temp\RSP7E.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/SortDemo.pdb" /debug /machine:I386 /out:"Debug/SortDemo.exe" /pdbtype:sept .\Debug\SortDemo.obj .\Debug\SortDemoDlg.obj .\Debug\StdAfx.obj .\Debug\SortDemo.res "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
SortDemo.cpp
SortDemoDlg.cpp
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(205) : error C2065: 'GetElements' : undeclared identifier
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(212) : error C2065: 'CSort' : undeclared identifier
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(212) : error C2062: type 'long' unexpected
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(229) : error C2065: 'Sort' : undeclared identifier
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(229) : error C2228: left of '.Bubble' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(232) : error C2228: left of '.Insertion' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(235) : error C2228: left of '.Quick' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(238) : error C2228: left of '.Selection' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(247) : error C2137: empty character constant
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(247) : error C2593: 'operator +=' is ambiguous
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(256) : error C2062: type 'double' unexpected
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(273) : error C2228: left of '.Bubble' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(276) : error C2228: left of '.Insertion' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(279) : error C2228: left of '.Quick' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(282) : error C2228: left of '.Selection' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(291) : error C2137: empty character constant
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(291) : error C2593: 'operator +=' is ambiguous
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(301) : error C2062: type 'int' unexpected
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(318) : error C2228: left of '.Bubble' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(321) : error C2228: left of '.Insertion' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(324) : error C2228: left of '.Quick' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(327) : error C2228: left of '.Selection' must have class/struct/union type
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(336) : error C2137: empty character constant
D:\Study\VCxp\SortDemo\SortDemoDlg.cpp(336) : error C2593: 'operator +=' is ambiguous
Generating Code...
Error executing cl.exe.
<h3>Results</h3>
SortDemo.exe - 24 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -