FaceDetectView.plg
上传用户:sdsuchuang
上传日期:2013-01-12
资源大小:2228k
文件大小:3k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: FaceDetectView - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPA.tmp" with contents
  10. [
  11. 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 
  12. ".DebugFaceDetectView.obj"
  13. ]
  14. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPA.tmp"
  15. <h3>Output Window</h3>
  16. Linking...
  17. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall DIB::DIB(void)" (??0DIB@@QAE@XZ)
  18. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall DIB::~DIB(void)" (??1DIB@@UAE@XZ)
  19. 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)
  20. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: long __thiscall DIB::PixelOffset(int,int,unsigned short)" (?PixelOffset@DIB@@QAEJHHG@Z)
  21. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: unsigned short __thiscall DIB::BytePerLine(void *)" (?BytePerLine@DIB@@QAEGPAX@Z)
  22. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: unsigned char * __thiscall DIB::FindDIBBits(void *)" (?FindDIBBits@DIB@@QAEPAEPAX@Z)
  23. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: static struct CRuntimeClass const CFaceDetectDoc::classCFaceDetectDoc" (?classCFaceDetectDoc@CFaceDetectDoc@@2UCRuntimeClass@@B)
  24. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall DIB::LightingCompensate(void *)" (?LightingCompensate@DIB@@QAEHPAX@Z)
  25. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: void * __thiscall DIB::CopyHandle(void *)" (?CopyHandle@DIB@@QAEPAXPAX@Z)
  26. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: void __thiscall DIB::Dilation(void *,int,int,int,int)" (?Dilation@DIB@@QAEXPAXHHHH@Z)
  27. FaceDetectView.obj : error LNK2001: unresolved external symbol "public: void __thiscall DIB::Erasion(void *,int,int,int,int)" (?Erasion@DIB@@QAEXPAXHHHH@Z)
  28. msvcrtd.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main
  29. Debug/FaceDetectView.exe : fatal error LNK1120: 12 unresolved externals
  30. Error executing link.exe.
  31. <h3>Results</h3>
  32. FaceDetectView.exe - 13 error(s), 0 warning(s)
  33. </pre>
  34. </body>
  35. </html>