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

📄 imagelib.plg

📁 《精通 vc++ 图像编程》的源代码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ImageLib - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/ImageLib.res" /d "NDEBUG" /d "_AFXDLL" "F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\ImageLib.rc"" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP13E.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/ImageLib.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Dib.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Gif.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\GIFAPI.CPP"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Huffman.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\ImageLib.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Jpeg.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\JpegFormatDlg.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Pcx.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Tga.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Tif.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\TifIFD.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP13E.tmp" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP13F.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/ImageLib.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP13F.tmp" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP140.tmp" with contents
[
JpegLib2.lib diblib.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\TifIFD.obj"
".\Release\ImageLib.res"
]
Creating command line "link.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP140.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Dib.cpp
Gif.cpp
GIFAPI.CPP
Huffman.cpp
ImageLib.cpp
Jpeg.cpp
JpegFormatDlg.cpp
Pcx.cpp
Tga.cpp
Tif.cpp
TifIFD.cpp
Generating Code...
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



<h3>Results</h3>
ImageLib.dll - 0 error(s), 1 warning(s)
<h3>
--------------------Configuration: ImageLib - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/ImageLib.res" /d "_DEBUG" /d "_AFXDLL" "F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\ImageLib.rc"" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP144.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/ImageLib.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Dib.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Gif.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\GIFAPI.CPP"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Huffman.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\ImageLib.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Jpeg.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\JpegFormatDlg.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Pcx.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Tga.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\Tif.cpp"
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\TifIFD.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP144.tmp" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP145.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/ImageLib.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\My Documents\zzf\vcip - formal\code\Source\ImageLib\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP145.tmp" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP146.tmp" with contents
[
JpegLib2.lib diblib.lib winmm.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/ImageLib.pdb" /debug /machine:I386 /def:".\ImageLib.def" /out:"Debug/ImageLib.dll" /implib:"Debug/ImageLib.lib" /pdbtype:sept 
".\Debug\Dib.obj"
".\Debug\Gif.obj"
".\Debug\GIFAPI.OBJ"
".\Debug\Huffman.obj"
".\Debug\ImageLib.obj"
".\Debug\Jpeg.obj"
".\Debug\JpegFormatDlg.obj"
".\Debug\Pcx.obj"
".\Debug\StdAfx.obj"
".\Debug\Tga.obj"
".\Debug\Tif.obj"
".\Debug\TifIFD.obj"
".\Debug\ImageLib.res"
]
Creating command line "link.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP146.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Dib.cpp
Gif.cpp
GIFAPI.CPP
Huffman.cpp
ImageLib.cpp
Jpeg.cpp
JpegFormatDlg.cpp
Pcx.cpp
Tga.cpp
Tif.cpp
TifIFD.cpp
Generating Code...
Linking...
   Creating library Debug/ImageLib.lib and object Debug/ImageLib.exp
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "mfc42.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "mfcs42.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "msvcrt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library



<h3>Results</h3>
ImageLib.dll - 0 error(s), 4 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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