📄 体彩.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 体彩 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP35.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/体彩.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\fenxidlg.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\Graph.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\GraphLegend.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\GraphSeries.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\helpdlg.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\money.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\MyTab.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\neardata.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\nextdlg.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\pingxingdlg.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\predlg.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\testdata1.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\体彩.cpp"
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\体彩Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP35.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP36.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/体彩.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP36.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP37.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/体彩.pdb" /debug /machine:I386 /out:"Debug/体彩.exe" /pdbtype:sept
".\Debug\fenxidlg.obj"
".\Debug\Graph.obj"
".\Debug\GraphLegend.obj"
".\Debug\GraphSeries.obj"
".\Debug\helpdlg.obj"
".\Debug\money.obj"
".\Debug\MyTab.obj"
".\Debug\neardata.obj"
".\Debug\nextdlg.obj"
".\Debug\pingxingdlg.obj"
".\Debug\predlg.obj"
".\Debug\StdAfx.obj"
".\Debug\testdata1.obj"
".\Debug\体彩.obj"
".\Debug\体彩Dlg.obj"
".\Debug\体彩.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP37.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
fenxidlg.cpp
Graph.cpp
D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\Graph.cpp(221) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\Graph.cpp(330) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\Graph.cpp(351) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\Graph.cpp(376) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\Graph.cpp(395) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\Graph.cpp(450) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\vc-书籍\VC开发实用编程200例\第2部分 窗体界面\第6章 单文档界面和多文档界面\扩展实例2 体彩分析器\Graph.cpp(490) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
GraphLegend.cpp
GraphSeries.cpp
helpdlg.cpp
money.cpp
MyTab.cpp
neardata.cpp
nextdlg.cpp
pingxingdlg.cpp
predlg.cpp
testdata1.cpp
体彩.cpp
体彩Dlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
体彩.exe - 0 error(s), 7 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -