imageflat.plg

来自「VC++6开发指南的源代码第24章-第25章」· PLG 代码 · 共 51 行

PLG
51
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ImageFlat - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\gaoshou\LOCALS~1\Temp\RSP1CE.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ImageFlat.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\gaoshou\桌面\ImageFlat\ChildFrm.cpp"
"C:\Documents and Settings\gaoshou\桌面\ImageFlat\ImageFlatView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\gaoshou\LOCALS~1\Temp\RSP1CE.tmp" 
Creating temporary file "C:\DOCUME~1\gaoshou\LOCALS~1\Temp\RSP1CF.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ImageFlat.pdb" /debug /machine:I386 /out:"Debug/ImageFlat.exe" /pdbtype:sept 
".\Debug\ChildFrm.obj"
".\Debug\ImageFlat.obj"
".\Debug\ImageFlatDoc.obj"
".\Debug\ImageFlatView.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\ImageFlat.res"
".\Debug\RullerSplliterWnd.obj"
".\Debug\CornerView.obj"
".\Debug\Dib.obj"
".\Debug\RulerView.obj"
".\Debug\ZoomDlg.obj"
".\Debug\Globlefun.obj"
]
Creating command line "link.exe @C:\DOCUME~1\gaoshou\LOCALS~1\Temp\RSP1CF.tmp"
<h3>Output Window</h3>
Compiling...
ChildFrm.cpp
ImageFlatView.cpp
C:\Documents and Settings\gaoshou\桌面\ImageFlat\ImageFlatView.cpp(303) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\gaoshou\桌面\ImageFlat\ImageFlatView.cpp(304) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\gaoshou\桌面\ImageFlat\ImageFlatView.cpp(311) : warning C4244: 'argument' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
Generating Code...
Linking...



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

⌨️ 快捷键说明

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