dsotest.plg

来自「最新的USB示波器源码?可直接编译生成可执行程序,需要硬件支持」· PLG 代码 · 共 55 行

PLG
55
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DSOTEST - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP30.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/DSOTEST.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\VC工程\DSO_USB\chxAdjDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP30.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP31.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/DSOTEST.pdb" /debug /machine:I386 /out:"Debug/DSOTEST.exe" /pdbtype:sept 
".\Debug\chxAdjDlg.obj"
".\Debug\CRoundCtrl.obj"
".\Debug\DisplayWindow.obj"
".\Debug\DSOMainDlg.obj"
".\Debug\DSOTEST.obj"
".\Debug\DSOTESTDoc.obj"
".\Debug\DSOTESTView.obj"
".\Debug\InputFileNameDlg.obj"
".\Debug\MainFrm.obj"
".\Debug\mscomm.obj"
".\Debug\RoundButton.obj"
".\Debug\SelectDownLoadCHXDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\SwitchButton.obj"
".\Debug\TimeDialog.obj"
".\Debug\DSOTEST.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP31.tmp"
<h3>Output Window</h3>
Compiling...
chxAdjDlg.cpp
D:\VC工程\DSO_USB\chxAdjDlg.cpp(42) : warning C4305: '=' : truncation from 'const double' to 'float'
D:\VC工程\DSO_USB\chxAdjDlg.cpp(279) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\VC工程\DSO_USB\chxAdjDlg.cpp(299) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\VC工程\DSO_USB\chxAdjDlg.cpp(319) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\VC工程\DSO_USB\chxAdjDlg.cpp(341) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\VC工程\DSO_USB\chxAdjDlg.cpp(364) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
D:\VC工程\DSO_USB\chxAdjDlg.cpp(376) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
Linking...



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

⌨️ 快捷键说明

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