📄 cart.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Cart - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Cart.res" /d "_DEBUG" /d "_AFXDLL" "E:\Cart\Cart.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Cart.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Cart\build.cpp"
"E:\Cart\Cart.cpp"
"E:\Cart\CartDoc.cpp"
"E:\Cart\CartView.cpp"
"E:\Cart\classify.cpp"
"E:\Cart\consult.cpp"
"E:\Cart\contin.cpp"
"E:\Cart\discr.cpp"
"E:\Cart\genrules.cpp"
"E:\Cart\info.cpp"
"E:\Cart\MainFrm.cpp"
"E:\Cart\MyBase.cpp"
"E:\Cart\MyDiag.cpp"
"E:\Cart\prune.cpp"
"E:\Cart\prunerule.cpp"
"E:\Cart\rules.cpp"
"E:\Cart\Set_thresh.cpp"
"E:\Cart\siftrules.cpp"
"E:\Cart\subset.cpp"
"E:\Cart\testrules.cpp"
"E:\Cart\trees.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Cart.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Cart\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Cart.pdb" /debug /machine:I386 /out:"Debug/Cart.exe" /pdbtype:sept
.\Debug\build.obj
.\Debug\Cart.obj
.\Debug\CartDoc.obj
.\Debug\CartView.obj
.\Debug\classify.obj
.\Debug\consult.obj
.\Debug\contin.obj
.\Debug\discr.obj
.\Debug\genrules.obj
.\Debug\info.obj
.\Debug\MainFrm.obj
.\Debug\MyBase.obj
.\Debug\MyDiag.obj
.\Debug\prune.obj
.\Debug\prunerule.obj
.\Debug\rules.obj
.\Debug\Set_thresh.obj
.\Debug\siftrules.obj
.\Debug\StdAfx.obj
.\Debug\subset.obj
.\Debug\testrules.obj
.\Debug\trees.obj
.\Debug\Cart.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
build.cpp
E:\Cart\build.cpp(210) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\Cart\build.cpp(245) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\Cart\build.cpp(247) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\build.cpp(309) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\build.cpp(365) : warning C4390: ';' : empty controlled statement found; is this the intent?
E:\Cart\build.cpp(474) : warning C4244: 'return' : conversion from 'int' to 'float', possible loss of data
Cart.cpp
CartDoc.cpp
CartView.cpp
classify.cpp
consult.cpp
E:\Cart\consult.cpp(129) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\consult.cpp(175) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\consult.cpp(184) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\consult.cpp(189) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\consult.cpp(207) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\consult.cpp(217) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\consult.cpp(219) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\consult.cpp(225) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\consult.cpp(227) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
contin.cpp
E:\Cart\contin.cpp(78) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\contin.cpp(86) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\Cart\contin.cpp(98) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\Cart\contin.cpp(109) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\contin.cpp(111) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\Cart\contin.cpp(149) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\contin.cpp(167) : warning C4305: '=' : truncation from 'const double' to 'float'
discr.cpp
E:\Cart\discr.cpp(51) : warning C4305: '=' : truncation from 'const double' to 'float'
genrules.cpp
E:\Cart\genrules.cpp(77) : warning C4101: 'r' : unreferenced local variable
E:\Cart\genrules.cpp(176) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\genrules.cpp(208) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
info.cpp
E:\Cart\info.cpp(61) : warning C4305: 'return' : truncation from 'const double' to 'float'
E:\Cart\info.cpp(66) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\info.cpp(120) : warning C4305: 'return' : truncation from 'const double' to 'float'
E:\Cart\info.cpp(128) : warning C4305: 'return' : truncation from 'const double' to 'float'
MainFrm.cpp
E:\Cart\MainFrm.cpp(50) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MainFrm.cpp(319) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\Cart\MainFrm.cpp(299) : warning C4101: 'Best' : unreferenced local variable
MyBase.cpp
E:\Cart\MyBase.cpp(29) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(29) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(29) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(29) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(29) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(29) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(29) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(30) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(30) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(30) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(30) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(30) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(30) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(447) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\MyBase.cpp(538) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
E:\Cart\MyBase.cpp(678) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
E:\Cart\MyBase.cpp(885) : warning C4129: '%' : unrecognized character escape sequence
E:\Cart\MyBase.cpp(931) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\MyBase.cpp(936) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\MyBase.cpp(941) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\MyBase.cpp(947) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\MyBase.cpp(1039) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\Cart\MyBase.cpp(1045) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
MyDiag.cpp
prune.cpp
prunerule.cpp
E:\Cart\prunerule.cpp(98) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\prunerule.cpp(426) : warning C4244: '=' : conversion from 'short' to 'char', possible loss of data
E:\Cart\prunerule.cpp(509) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
rules.cpp
Set_thresh.cpp
E:\Cart\Set_thresh.cpp(121) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
siftrules.cpp
E:\Cart\siftrules.cpp(274) : warning C4305: '*=' : truncation from 'const double' to 'float'
E:\Cart\siftrules.cpp(301) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
E:\Cart\siftrules.cpp(351) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\siftrules.cpp(420) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
E:\Cart\siftrules.cpp(509) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
E:\Cart\siftrules.cpp(816) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\siftrules.cpp(820) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\siftrules.cpp(824) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\siftrules.cpp(834) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
E:\Cart\siftrules.cpp(835) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\siftrules.cpp(841) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
E:\Cart\siftrules.cpp(841) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
E:\Cart\siftrules.cpp(871) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
subset.cpp
E:\Cart\subset.cpp(67) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\Cart\subset.cpp(76) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\Cart\subset.cpp(156) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\Cart\subset.cpp(176) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\Cart\subset.cpp(208) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\Cart\subset.cpp(277) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\Cart\subset.cpp(297) : warning C4305: 'argument' : truncation from 'const double' to 'float'
testrules.cpp
Generating Code...
E:\Cart\siftrules.cpp(898) : warning C4715: 'CondBits' : not all control paths return a value
Compiling...
trees.cpp
Generating Code...
Linking...
<h3>Results</h3>
Cart.exe - 0 error(s), 81 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -