scca.plg
来自「tsp 问题的解决 希望对大家有帮助」· PLG 代码 · 共 34 行
PLG
34 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SCCA - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SCCA.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Papers\源程序\AImmuse\SCCA\SCCADlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/SCCA.pdb" /debug /machine:I386 /out:"Debug/SCCA.exe" /pdbtype:sept ".\Debug\SCCA.obj" ".\Debug\SCCADlg.obj" ".\Debug\StdAfx.obj" ".\Debug\SCCA.res" "
<h3>Output Window</h3>
Compiling...
SCCADlg.cpp
E:\Papers\源程序\AImmuse\SCCA\SCCADlg.cpp(448) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
E:\Papers\源程序\AImmuse\SCCA\SCCADlg.cpp(338) : warning C4101: 'yop' : unreferenced local variable
E:\Papers\源程序\AImmuse\SCCA\SCCADlg.cpp(612) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
E:\Papers\源程序\AImmuse\SCCA\SCCADlg.cpp(612) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
E:\Papers\源程序\AImmuse\SCCA\SCCADlg.cpp(613) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
E:\Papers\源程序\AImmuse\SCCA\SCCADlg.cpp(613) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
Linking...
<h3>Results</h3>
SCCA.exe - 0 error(s), 6 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?