📄 png.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: png - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\JXY\LOCALS~1\Temp\RSP6C.tmp" with contents
[
/nologo /MDd /W3 /GX /Z7 /Od /I "..\zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fo".\Debug/" /Fd".\Debug/" /FD /c
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Png.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngerror.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngmem.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngpread.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngread.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrio.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrutil.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngtrans.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwio.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwrite.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwtran.c"
"E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwutil.c"
]
Creating command line "cl.exe @C:\DOCUME~1\JXY\LOCALS~1\Temp\RSP6C.tmp"
Creating temporary file "C:\DOCUME~1\JXY\LOCALS~1\Temp\RSP6D.tmp" with contents
[
/nologo /out:".\Debug\PNG.lib"
".\Debug\Png.obj"
".\Debug\Pngerror.obj"
".\Debug\Pngmem.obj"
".\Debug\Pngpread.obj"
".\Debug\Pngrcb.obj"
".\Debug\Pngread.obj"
".\Debug\Pngrio.obj"
".\Debug\Pngrtran.obj"
".\Debug\Pngrutil.obj"
".\Debug\Pngtrans.obj"
".\Debug\Pngwio.obj"
".\Debug\Pngwrite.obj"
".\Debug\Pngwtran.obj"
".\Debug\Pngwutil.obj"
]
Creating command line "link.exe -lib @C:\DOCUME~1\JXY\LOCALS~1\Temp\RSP6D.tmp"
<h3>Output Window</h3>
Compiling...
Png.c
Pngerror.c
Pngmem.c
Pngpread.c
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngpread.c(493) : warning C4018: '<' : signed/unsigned mismatch
Pngrcb.c
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c(59) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c(86) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c(87) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c(88) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c(89) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c(90) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c(91) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c(92) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrcb.c(93) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
Pngread.c
Pngrio.c
Pngrtran.c
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(893) : warning C4244: 'function' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1019) : warning C4018: '<' : signed/unsigned mismatch
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1584) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1600) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1668) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1669) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1670) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1690) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1691) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1692) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1794) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1824) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1942) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1943) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1944) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1986) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1987) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(1988) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
Pngrutil.c
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrutil.c(495) : warning C4018: '!=' : signed/unsigned mismatch
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrutil.c(990) : warning C4018: '<' : signed/unsigned mismatch
Pngtrans.c
Pngwio.c
Pngwrite.c
Pngwtran.c
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwtran.c(21) : warning C4244: 'function' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwtran.c(71) : warning C4018: '<' : signed/unsigned mismatch
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwtran.c(103) : warning C4018: '<' : signed/unsigned mismatch
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwtran.c(135) : warning C4018: '<' : signed/unsigned mismatch
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwtran.c(158) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
Pngwutil.c
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwutil.c(1183) : warning C4018: '<' : signed/unsigned mismatch
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwutil.c(1205) : warning C4018: '<' : signed/unsigned mismatch
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwutil.c(1226) : warning C4018: '<' : signed/unsigned mismatch
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwutil.c(1253) : warning C4018: '<' : signed/unsigned mismatch
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwutil.c(1281) : warning C4018: '<' : signed/unsigned mismatch
Generating Code...
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngwtran.c(21) : warning C4761: integral size mismatch in argument; conversion supplied
E:\王洪涛\VC高级编程\material\cd\数字图像处理雷库\Cimage\PNG\Pngrtran.c(893) : warning C4761: integral size mismatch in argument; conversion supplied
Creating library...
<h3>Results</h3>
PNG.lib - 0 error(s), 42 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -