test880.plg

来自「步进伺服电机运动控制,k880伺服电机运动控制vc程序」· PLG 代码 · 共 47 行

PLG
47
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: test880 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP82D5.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/test880.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\880-中断\vc测试程序\test880Dlg.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP82D5.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP82D6.TMP" with contents
[
k880.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/test880.pdb" /debug /machine:I386 /out:"Debug/test880.exe" /pdbtype:sept 
".\Debug\chabu.obj"
".\Debug\songyun.obj"
".\Debug\speed.obj"
".\Debug\StdAfx.obj"
".\Debug\test880.obj"
".\Debug\test880Dlg.obj"
".\Debug\test880.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP82D6.TMP"
<h3>Output Window</h3>
Compiling...
test880Dlg.cpp
E:\880-中断\vc测试程序\test880Dlg.cpp(512) : warning C4244: 'argument' : conversion from 'long' to 'unsigned short', possible loss of data
E:\880-中断\vc测试程序\test880Dlg.cpp(576) : warning C4244: 'argument' : conversion from 'long' to 'unsigned short', possible loss of data
E:\880-中断\vc测试程序\test880Dlg.cpp(576) : warning C4244: 'argument' : conversion from 'long' to 'unsigned short', possible loss of data
E:\880-中断\vc测试程序\test880Dlg.cpp(576) : warning C4244: 'argument' : conversion from 'long' to 'unsigned short', possible loss of data
E:\880-中断\vc测试程序\test880Dlg.cpp(579) : warning C4244: 'argument' : conversion from 'long' to 'unsigned short', possible loss of data
E:\880-中断\vc测试程序\test880Dlg.cpp(579) : warning C4244: 'argument' : conversion from 'long' to 'unsigned short', possible loss of data
E:\880-中断\vc测试程序\test880Dlg.cpp(579) : warning C4244: 'argument' : conversion from 'long' to 'unsigned short', possible loss of data
E:\880-中断\vc测试程序\test880Dlg.cpp(1965) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
Linking...



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

⌨️ 快捷键说明

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