📄 createpen.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CreatePen - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/CreatePen.res" /d "_DEBUG" "E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePen.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP67.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/CreatePen.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePen.cpp"
"E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenDoc.cpp"
"E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp"
"E:\教学工作\计算机图形学\图形学--samples\CG\CG\MainFrm.cpp"
"E:\教学工作\计算机图形学\图形学--samples\CG\CG\TransMatrix.cpp"
"E:\教学工作\计算机图形学\图形学--samples\CG\CG\XYPlot.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP67.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP68.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/CreatePen.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\教学工作\计算机图形学\图形学--samples\CG\CG\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP68.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP69.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/CreatePen.pdb" /debug /machine:I386 /out:"Debug/CreatePen.exe" /pdbtype:sept
".\Debug\CreatePen.obj"
".\Debug\CreatePenDoc.obj"
".\Debug\CreatePenView.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\TransMatrix.obj"
".\Debug\XYPlot.obj"
".\Debug\CreatePen.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP69.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CreatePen.cpp
CreatePenDoc.cpp
CreatePenView.cpp
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(28) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(28) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(244) : warning C4244: 'initializing' : conversion from 'long' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(245) : warning C4244: 'argument' : conversion from 'long' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(246) : warning C4244: 'argument' : conversion from 'long' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(247) : warning C4244: '=' : conversion from 'long' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(248) : warning C4244: 'argument' : conversion from 'long' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(249) : warning C4244: 'argument' : conversion from 'long' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(251) : warning C4244: '=' : conversion from 'float' to 'long', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(252) : warning C4244: '=' : conversion from 'float' to 'long', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(255) : warning C4244: '+=' : conversion from 'float' to 'long', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\CreatePenView.cpp(256) : warning C4244: '+=' : conversion from 'float' to 'long', possible loss of data
MainFrm.cpp
TransMatrix.cpp
E:\教学工作\计算机图形学\图形学--samples\CG\CG\TransMatrix.cpp(56) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\TransMatrix.cpp(57) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\TransMatrix.cpp(81) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\TransMatrix.cpp(82) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\TransMatrix.cpp(83) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\TransMatrix.cpp(85) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\TransMatrix.cpp(93) : warning C4244: '=' : conversion from 'float' to 'long', possible loss of data
E:\教学工作\计算机图形学\图形学--samples\CG\CG\TransMatrix.cpp(94) : warning C4244: '=' : conversion from 'float' to 'long', possible loss of data
XYPlot.cpp
Generating Code...
Linking...
<h3>Results</h3>
CreatePen.exe - 0 error(s), 20 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -