FaceDetectView.plg
上传用户:sdsuchuang
上传日期:2013-01-12
资源大小:2228k
文件大小:3k
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: FaceDetectView - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPA.tmp" with contents
- [
- kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/FaceDetectView.pdb" /debug /machine:I386 /out:"Debug/FaceDetectView.exe" /pdbtype:sept
- ".DebugFaceDetectView.obj"
- ]
- Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPA.tmp"
- <h3>Output Window</h3>
- Linking...
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall DIB::DIB(void)" (??0DIB@@QAE@XZ)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall DIB::~DIB(void)" (??1DIB@@UAE@XZ)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall DIB::PaintDIBTrue(struct HDC__ *,struct tagRECT *,void *,struct tagRECT *,unsigned long)" (?PaintDIBTrue@DIB@@QAEHPAUHDC__@@PAUtagRECT@@PAX1K@Z)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: long __thiscall DIB::PixelOffset(int,int,unsigned short)" (?PixelOffset@DIB@@QAEJHHG@Z)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: unsigned short __thiscall DIB::BytePerLine(void *)" (?BytePerLine@DIB@@QAEGPAX@Z)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: unsigned char * __thiscall DIB::FindDIBBits(void *)" (?FindDIBBits@DIB@@QAEPAEPAX@Z)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: static struct CRuntimeClass const CFaceDetectDoc::classCFaceDetectDoc" (?classCFaceDetectDoc@CFaceDetectDoc@@2UCRuntimeClass@@B)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall DIB::LightingCompensate(void *)" (?LightingCompensate@DIB@@QAEHPAX@Z)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: void * __thiscall DIB::CopyHandle(void *)" (?CopyHandle@DIB@@QAEPAXPAX@Z)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: void __thiscall DIB::Dilation(void *,int,int,int,int)" (?Dilation@DIB@@QAEXPAXHHHH@Z)
- FaceDetectView.obj : error LNK2001: unresolved external symbol "public: void __thiscall DIB::Erasion(void *,int,int,int,int)" (?Erasion@DIB@@QAEXPAXHHHH@Z)
- msvcrtd.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main
- Debug/FaceDetectView.exe : fatal error LNK1120: 12 unresolved externals
- Error executing link.exe.
- <h3>Results</h3>
- FaceDetectView.exe - 13 error(s), 0 warning(s)
- </pre>
- </body>
- </html>