📄 nurbs.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: NURBS - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/NURBS.res" /d "_DEBUG" /d "_AFXDLL" "D:\我的桌面\VC程序百例\第四篇 专题讨论篇\实例 80--绘制NURBS曲面\NURBS\NURBS.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP699.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/NURBS.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\我的桌面\VC程序百例\第四篇 专题讨论篇\实例 80--绘制NURBS曲面\NURBS\MainFrm.cpp"
"D:\我的桌面\VC程序百例\第四篇 专题讨论篇\实例 80--绘制NURBS曲面\NURBS\NURBS.cpp"
"D:\我的桌面\VC程序百例\第四篇 专题讨论篇\实例 80--绘制NURBS曲面\NURBS\NURBSDoc.cpp"
"D:\我的桌面\VC程序百例\第四篇 专题讨论篇\实例 80--绘制NURBS曲面\NURBS\NURBSView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP699.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP69A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/NURBS.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\我的桌面\VC程序百例\第四篇 专题讨论篇\实例 80--绘制NURBS曲面\NURBS\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP69A.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP69B.tmp" with contents
[
opengl32.lib glu32.lib glaux.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/NURBS.pdb" /debug /machine:I386 /out:"Debug/NURBS.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\NURBS.obj"
".\Debug\NURBSDoc.obj"
".\Debug\NURBSView.obj"
".\Debug\StdAfx.obj"
".\Debug\NURBS.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP69B.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
NURBS.cpp
NURBSDoc.cpp
NURBSView.cpp
D:\我的桌面\VC程序百例\第四篇 专题讨论篇\实例 80--绘制NURBS曲面\NURBS\NURBSView.cpp(38) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\我的桌面\VC程序百例\第四篇 专题讨论篇\实例 80--绘制NURBS曲面\NURBS\NURBSView.cpp(39) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Generating Code...
Linking...
<h3>Results</h3>
NURBS.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -