test.plg

来自「一个给铁路机车系统采集排气」· PLG 代码 · 共 50 行

PLG
50
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: test - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ij\LOCALS~1\Temp\RSP31.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/test.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\test5\LoadRecord.cpp"
"D:\test5\RecordFile.cpp"
"D:\test5\testDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ij\LOCALS~1\Temp\RSP31.tmp" 
Creating temporary file "C:\DOCUME~1\ij\LOCALS~1\Temp\RSP32.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/test.pdb" /debug /machine:I386 /out:"Debug/test.exe" /pdbtype:sept 
.\Debug\LoadRecord.obj
.\Debug\MyClistCtrl.obj
.\Debug\RecordFile.obj
.\Debug\StdAfx.obj
.\Debug\test.obj
.\Debug\testDlg.obj
.\Debug\TestListBox.obj
.\Debug\test.res
.\ControlCAN.lib
]
Creating command line "link.exe @C:\DOCUME~1\ij\LOCALS~1\Temp\RSP32.tmp"
<h3>Output Window</h3>
Compiling...
LoadRecord.cpp
D:\test5\LoadRecord.cpp(239) : warning C4018: '==' : signed/unsigned mismatch
D:\test5\LoadRecord.cpp(406) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
D:\test5\LoadRecord.cpp(417) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Generating Code...
Skipping... (no relevant changes detected)
RecordFile.cpp
testDlg.cpp
Linking...



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

⌨️ 快捷键说明

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