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

📄 imageprocessing.plg

📁 该文件包含对数字图象处理程序,有对图象进行聚类分析,直方图分析等
💻 PLG
📖 第 1 页 / 共 5 页
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ImageProcessing - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\luobin\LOCALS~1\Temp\RSP19C.tmp" with contents
[
/nologo /MD /W3 /GX /Ox /Oa /Ow /Og /Os /Op /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Release/" /Fp"Release/ImageProcessing.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\我的文档\L.X\代码\ImageProcessing\SegApi.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgEhnLinTrans.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgEnhColor.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgHistShow1.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgMedian.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgRecMatch.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgSmooth.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\Enhance.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DWT.CPP"
"D:\我的文档\L.X\代码\ImageProcessing\FreTrans.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgAftReg.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgReg.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\Motion.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\ImageView.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\ImageAnalysis.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\restore.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgArith.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgBitPlane.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgHuffman.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DlgShannon.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\ImageCoding.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\cdib.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\ChildFrm.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\DIBPrcs.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\ImageProcessing.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\ImageProcessingDoc.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\ImageProcessingView.cpp"
"D:\我的文档\L.X\代码\ImageProcessing\MainFrm.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\luobin\LOCALS~1\Temp\RSP19C.tmp" 
Creating temporary file "C:\DOCUME~1\luobin\LOCALS~1\Temp\RSP19D.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/ImageProcessing.pdb" /machine:I386 /out:"Release/ImageProcessing.exe" 
".\Release\SegApi.obj"
".\Release\DlgEhnLinTrans.obj"
".\Release\DlgEnhColor.obj"
".\Release\DlgHistShow1.obj"
".\Release\DlgMedian.obj"
".\Release\DlgRecMatch.obj"
".\Release\DlgSmooth.obj"
".\Release\Enhance.obj"
".\Release\DWT.OBJ"
".\Release\FreTrans.obj"
".\Release\DlgAftReg.obj"
".\Release\DlgReg.obj"
".\Release\Motion.obj"
".\Release\ImageView.obj"
".\Release\ImageAnalysis.obj"
".\Release\restore.obj"
".\Release\DlgArith.obj"
".\Release\DlgBitPlane.obj"
".\Release\DlgHuffman.obj"
".\Release\DlgShannon.obj"
".\Release\ImageCoding.obj"
".\Release\cdib.obj"
".\Release\ChildFrm.obj"
".\Release\DIBPrcs.obj"
".\Release\ImageProcessing.obj"
".\Release\ImageProcessingDoc.obj"
".\Release\ImageProcessingView.obj"
".\Release\MainFrm.obj"
".\Release\StdAfx.obj"
".\Release\ImageProcessing.res"
]
Creating command line "link.exe @C:\DOCUME~1\luobin\LOCALS~1\Temp\RSP19D.tmp"
<h3>Output Window</h3>
Compiling...
SegApi.cpp
fatal error C1083: Cannot open source file: 'D:\我的文档\L.X\代码\ImageProcessing\SegApi.cpp': No such file or directory
DlgEhnLinTrans.cpp
D:\我的文档\L.X\代码\ImageProcessing\ImageProcessing.h(12) : fatal error C1189: #error :  include 'stdafx.h' before including this file for PCH
DlgEnhColor.cpp
D:\我的文档\L.X\代码\ImageProcessing\ImageProcessing.h(12) : fatal error C1189: #error :  include 'stdafx.h' before including this file for PCH
DlgHistShow1.cpp
D:\我的文档\L.X\代码\ImageProcessing\ImageProcessing.h(12) : fatal error C1189: #error :  include 'stdafx.h' before including this file for PCH
DlgMedian.cpp
D:\我的文档\L.X\代码\ImageProcessing\ImageProcessing.h(12) : fatal error C1189: #error :  include 'stdafx.h' before including this file for PCH
DlgRecMatch.cpp
D:\我的文档\L.X\代码\ImageProcessing\ImageProcessing.h(12) : fatal error C1189: #error :  include 'stdafx.h' before including this file for PCH
DlgSmooth.cpp
D:\我的文档\L.X\代码\ImageProcessing\ImageProcessing.h(12) : fatal error C1189: #error :  include 'stdafx.h' before including this file for PCH
Enhance.cpp
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(7) : error C2504: 'CObject' : base class undefined
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(11) : error C2143: syntax error : missing ';' before 'public'
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(12) : error C2146: syntax error : missing ';' before identifier 'm_lpvColorTable'
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(12) : error C2501: 'LPVOID' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(12) : error C2501: 'm_lpvColorTable' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(13) : error C2146: syntax error : missing ';' before identifier 'm_hBitmap'
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(13) : error C2501: 'HBITMAP' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(13) : error C2501: 'm_hBitmap' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(14) : error C2146: syntax error : missing ';' before identifier 'm_lpImage'
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(14) : error C2501: 'LPBYTE' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(14) : error C2501: 'm_lpImage' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(15) : error C2146: syntax error : missing ';' before identifier 'm_lpBMIH'
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(15) : error C2501: 'LPBITMAPINFOHEADER' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(15) : error C2501: 'm_lpBMIH' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(16) : error C2146: syntax error : missing ';' before identifier 'm_hGlobal'
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(16) : error C2501: 'HGLOBAL' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(16) : error C2501: 'm_hGlobal' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(19) : error C2146: syntax error : missing ';' before identifier 'm_dwSizeImage'
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(19) : error C2501: 'DWORD' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(19) : error C2501: 'm_dwSizeImage' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(22) : error C2146: syntax error : missing ';' before identifier 'm_hFile'
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(22) : error C2501: 'HANDLE' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(22) : error C2501: 'm_hFile' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(23) : error C2146: syntax error : missing ';' before identifier 'm_hMap'
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(23) : error C2501: 'HANDLE' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(23) : error C2501: 'm_hMap' : missing storage-class or type specifiers
D:\我的文档\L.X\代码\ImageProcessing\cdib.h(24) : error C2146: syntax error : missing ';' before identifier 'm_lpvFile'

⌨️ 快捷键说明

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