📄 ox_planer.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Ox_Planer - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/Ox_Planer.res" /d "NDEBUG" /d "_AFXDLL" "G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_Planer.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP25.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Ox_Planer.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\GetData.cpp"
"G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\MainFrm.cpp"
"G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_Planer.cpp"
"G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerDoc.cpp"
"G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp"
"G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\planer.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP25.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Ox_Planer.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/Ox_Planer.pdb" /machine:I386 /out:"BIN/Ox_Planer.exe"
".\Release\GetData.obj"
".\Release\MainFrm.obj"
".\Release\Ox_Planer.obj"
".\Release\Ox_PlanerDoc.obj"
".\Release\Ox_PlanerView.obj"
".\Release\planer.obj"
".\Release\StdAfx.obj"
".\Release\Ox_Planer.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
GetData.cpp
MainFrm.cpp
Ox_Planer.cpp
Ox_PlanerDoc.cpp
Ox_PlanerView.cpp
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(143) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(144) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(161) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(161) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(161) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(161) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(162) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(162) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(164) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(164) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(164) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(164) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(165) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(165) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(168) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(168) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(170) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(170) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(170) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(170) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(173) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(173) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(175) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(175) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(177) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
G:\e\ting\VC++ Examples\my程序\机械原理课程设计_wzhting\Ox_Planer5.0\Ox_PlanerView.cpp(177) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -