motorctrl.plg

来自「电机加速曲线生成器VC源程序,为从事或学习VC的朋友提供方便,同时该电机加速曲线」· PLG 代码 · 共 59 行

PLG
59
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MotorCtrl - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/MotorCtrl.res" /d "NDEBUG" /d "_AFXDLL" "D:\MotorCtrl\MotorCtrl.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP422.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MotorCtrl.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\MotorCtrl\FormSet.cpp"
"D:\MotorCtrl\MainFrm.cpp"
"D:\MotorCtrl\MotorCtrl.cpp"
"D:\MotorCtrl\MotorCtrlDoc.cpp"
"D:\MotorCtrl\MotorCtrlView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP422.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP423.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MotorCtrl.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\MotorCtrl\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP423.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP424.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/MotorCtrl.pdb" /machine:I386 /out:"Release/MotorCtrl.exe" 
.\Release\FormSet.obj
.\Release\MainFrm.obj
.\Release\MotorCtrl.obj
.\Release\MotorCtrlDoc.obj
.\Release\MotorCtrlView.obj
.\Release\StdAfx.obj
.\Release\MotorCtrl.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP424.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
FormSet.cpp
D:\MotorCtrl\FormSet.cpp(139) : warning C4244: '=' : conversion from 'float' to 'unsigned int', possible loss of data
MainFrm.cpp
MotorCtrl.cpp
MotorCtrlDoc.cpp
MotorCtrlView.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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