studentwin.plg

来自「一个简单的学生学籍管理工具。vc编写。 有喜欢的可以批评指正^_^」· PLG 代码 · 共 118 行

PLG
118
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: studentwin - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/studentwin.res" /d "_DEBUG" /d "_AFXDLL" "D:\studentwin\studentwin.rc"" 
Creating temporary file "c:\Temp\RSP81B5.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/studentwin.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\studentwin\bitmapdlg.cpp"
"D:\studentwin\doubledlg.cpp"
"D:\studentwin\finddlg.cpp"
"D:\studentwin\font.cpp"
"D:\studentwin\Graph.cpp"
"D:\studentwin\GraphLegend.cpp"
"D:\studentwin\GraphSeries.cpp"
"D:\studentwin\GridCtrl.cpp"
"D:\studentwin\GridDropTarget.cpp"
"D:\studentwin\InPlaceEdit.cpp"
"D:\studentwin\InPlaceList.cpp"
"D:\studentwin\lesson.cpp"
"D:\studentwin\MainFrm.cpp"
"D:\studentwin\oleobject.cpp"
"D:\studentwin\oleobjects.cpp"
"D:\studentwin\picture.cpp"
"D:\studentwin\richtext.cpp"
"D:\studentwin\student.cpp"
"D:\studentwin\studentwin.cpp"
"D:\studentwin\studentwinDoc.cpp"
"D:\studentwin\studentwinView.cpp"
"D:\studentwin\TitleTip.cpp"
]
Creating command line "cl.exe @c:\Temp\RSP81B5.TMP" 
Creating temporary file "c:\Temp\RSP81B6.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/studentwin.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\studentwin\StdAfx.cpp"
]
Creating command line "cl.exe @c:\Temp\RSP81B6.TMP" 
Creating temporary file "c:\Temp\RSP81B7.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/studentwin.pdb" /debug /machine:I386 /out:"Debug/studentwin.exe" /pdbtype:sept 
.\Debug\bitmapdlg.obj
.\Debug\doubledlg.obj
.\Debug\finddlg.obj
.\Debug\font.obj
.\Debug\Graph.obj
.\Debug\GraphLegend.obj
.\Debug\GraphSeries.obj
.\Debug\GridCtrl.obj
.\Debug\GridDropTarget.obj
.\Debug\InPlaceEdit.obj
.\Debug\InPlaceList.obj
.\Debug\lesson.obj
.\Debug\MainFrm.obj
.\Debug\oleobject.obj
.\Debug\oleobjects.obj
.\Debug\picture.obj
.\Debug\richtext.obj
.\Debug\StdAfx.obj
.\Debug\student.obj
.\Debug\studentwin.obj
.\Debug\studentwinDoc.obj
.\Debug\studentwinView.obj
.\Debug\TitleTip.obj
.\Debug\studentwin.res
]
Creating command line "link.exe @c:\Temp\RSP81B7.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
bitmapdlg.cpp
doubledlg.cpp
finddlg.cpp
font.cpp
Graph.cpp
D:\studentwin\Graph.cpp(221) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
D:\studentwin\Graph.cpp(330) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\studentwin\Graph.cpp(351) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\studentwin\Graph.cpp(376) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\studentwin\Graph.cpp(395) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
D:\studentwin\Graph.cpp(450) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\studentwin\Graph.cpp(490) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
GraphLegend.cpp
GraphSeries.cpp
GridCtrl.cpp
GridDropTarget.cpp
InPlaceEdit.cpp
InPlaceList.cpp
lesson.cpp
MainFrm.cpp
oleobject.cpp
oleobjects.cpp
picture.cpp
richtext.cpp
student.cpp
studentwin.cpp
studentwinDoc.cpp
Generating Code...
Compiling...
studentwinView.cpp
TitleTip.cpp
Generating Code...
Linking...



<h3>Results</h3>
studentwin.exe - 0 error(s), 7 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?