⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 imageprocess.plg

📁 本光盘包含了《精通Visual C++图像处理编程(第3版)》一书中全部的源代码、示例程序的可执行文件以及一些供图像处理测试用的图像文件。
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: diblib - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPC9.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/diblib.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\code\Source\ImageLib\IP.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPC9.tmp" 
Creating command line "link.exe -lib /nologo /out:"Release\diblib.lib"  .\Release\CqOctree.obj .\Release\dibapi.obj .\Release\IP.obj .\Release\StdAfx.obj "
<h3>Output Window</h3>
Compiling...
IP.cpp
D:\code\Source\ImageLib\IP.cpp(2496) : warning C4018: '<' : signed/unsigned mismatch
D:\code\Source\ImageLib\IP.cpp(2498) : warning C4018: '<' : signed/unsigned mismatch
D:\code\Source\ImageLib\IP.cpp(2635) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\code\Source\ImageLib\IP.cpp(2635) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\code\Source\ImageLib\IP.cpp(2635) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\code\Source\ImageLib\IP.cpp(2635) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\code\Source\ImageLib\IP.cpp(2651) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
D:\code\Source\ImageLib\IP.cpp(2593) : warning C4101: 'v' : unreferenced local variable
D:\code\Source\ImageLib\IP.cpp(2592) : warning C4101: 'dst' : unreferenced local variable
D:\code\Source\ImageLib\IP.cpp(2590) : warning C4101: 'x' : unreferenced local variable
D:\code\Source\ImageLib\IP.cpp(2590) : warning C4101: 'y' : unreferenced local variable
D:\code\Source\ImageLib\IP.cpp(2590) : warning C4101: 'ir' : unreferenced local variable
D:\code\Source\ImageLib\IP.cpp(2737) : warning C4101: 'dst' : unreferenced local variable
D:\code\Source\ImageLib\IP.cpp(2847) : warning C4101: 'dst' : unreferenced local variable
Creating library...
<h3>
--------------------Configuration: ImageLib - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPCA.tmp" with contents
[
JpegLib2.lib libtiff.lib winmm.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"Release/ImageLib.pdb" /machine:I386 /def:".\ImageLib.def" /out:"Release/ImageLib.dll" /implib:"Release/ImageLib.lib" 
.\Release\Dib.obj
.\Release\Gif.obj
.\Release\GIFAPI.OBJ
.\Release\Huffman.obj
.\Release\ImageLib.obj
.\Release\Jpeg.obj
.\Release\JpegFormatDlg.obj
.\Release\Pcx.obj
.\Release\StdAfx.obj
.\Release\Tga.obj
.\Release\Tif.obj
.\Release\ImageLib.res
.\DibLib\Release\diblib.lib
]
Creating command line "link.exe @C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPCA.tmp"
<h3>Output Window</h3>
Linking...
   Creating library Release/ImageLib.lib and object Release/ImageLib.exp
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
Creating temporary file "C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPCE.bat" with contents
[
@echo off
md ..\ImageBoard\Release
copy Release\ImageLib.dll ..\ImageBoard\Release\ImageLib.dll
]
Creating command line "C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPCE.bat"

A subdirectory or file ..\ImageBoard\Release already exists.
        1 file(s) copied.
<h3>
--------------------Configuration: ImageProcess - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPCF.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/ImageProcess.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\code\Source\ImageProcess\IP.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPCF.tmp" 
Creating temporary file "C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPD0.tmp" with contents
[
winmm.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/ImageProcess.pdb" /machine:I386 /out:"Release/ImageProcess.exe" 
.\Release\ChildFrm.obj
.\Release\ConvoluteDlg.obj
.\Release\CqOctree.obj
.\Release\Dib.obj
.\Release\dibapi.obj
.\Release\EmbossmentDlg.obj
.\Release\ImageProcess.obj
.\Release\ImageProcessDoc.obj
.\Release\ImageProcessView.obj
.\Release\IP.obj
.\Release\MainFrm.obj
.\Release\SpreadDlg.obj
.\Release\StdAfx.obj
.\Release\ImageProcess.res
\code\Source\ImageLib\Release\ImageLib.lib
]
Creating command line "link.exe @C:\DOCUME~1\dzhou\LOCALS~1\Temp\RSPD0.tmp"
<h3>Output Window</h3>
Compiling...
IP.cpp
D:\code\Source\ImageProcess\IP.cpp(2496) : warning C4018: '<' : signed/unsigned mismatch
D:\code\Source\ImageProcess\IP.cpp(2498) : warning C4018: '<' : signed/unsigned mismatch
D:\code\Source\ImageProcess\IP.cpp(2635) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\code\Source\ImageProcess\IP.cpp(2635) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\code\Source\ImageProcess\IP.cpp(2635) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\code\Source\ImageProcess\IP.cpp(2635) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\code\Source\ImageProcess\IP.cpp(2651) : warning C4244: '=' : conversion from 'double' to 'unsigned char', possible loss of data
D:\code\Source\ImageProcess\IP.cpp(2593) : warning C4101: 'v' : unreferenced local variable
D:\code\Source\ImageProcess\IP.cpp(2592) : warning C4101: 'dst' : unreferenced local variable
D:\code\Source\ImageProcess\IP.cpp(2590) : warning C4101: 'x' : unreferenced local variable
D:\code\Source\ImageProcess\IP.cpp(2590) : warning C4101: 'y' : unreferenced local variable
D:\code\Source\ImageProcess\IP.cpp(2590) : warning C4101: 'ir' : unreferenced local variable
D:\code\Source\ImageProcess\IP.cpp(2737) : warning C4101: 'dst' : unreferenced local variable
D:\code\Source\ImageProcess\IP.cpp(2847) : warning C4101: 'dst' : unreferenced local variable
Linking...
LINK : warning LNK4089: all references to "WINMM.dll" discarded by /OPT:REF



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

⌨️ 快捷键说明

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