我下了一个人脸识别的程序,但是有编译错误,请帮忙看看!
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: virtual __thiscall CVFWImageProcessor::~CVFWImageProcessor(void)" (??1CVFWImageProcessor@@UAE@XZ)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall CVFWImageProcessor::CVFWImageProcessor(void)" (??0CVFWImageProcessor@@QAE@XZ)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall DIB::PaintDIBTrue1(struct HDC__ *,struct tagRECT *,void *,struct tagRECT *,unsigned long)" (?PaintDIBTrue1@DIB@@QAEHPAUHDC__@@PAUtagRECT@@PAX1K@Z)
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)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall ShowPMessage::ShowPMessage(class CWnd *)" (??0ShowPMessage@@QAE@PAVCWnd@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CFaceDetectDoc::OnOpenDocument1(char const *)" (?OnOpenDocument1@CFaceDetectDoc@@QAEHPBD@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall shujuyanchi::shujuyanchi(class CWnd *)" (??0shujuyanchi@@QAE@PAVCWnd@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall message::message(class CWnd *)" (??0message@@QAE@PAVCWnd@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall CFaceDetectDoc::CFaceDetectDoc(void)" (??0CFaceDetectDoc@@QAE@XZ)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CFaceDetectApp::ADOExecute(class _com_ptr_t<class _com_IIID<struct _Recordset,&struct __s_GUID _GUID_00000556_0000_0010_8000_00aa006d2ea4> > &,class CString)" (?A
DOExecute@CFaceDetectApp@@QAEHAAV?$_com_ptr_t@V?$_com_IIID@U_Recordset@@$1?_GUID_00000556_0000_0010_8000_00aa006d2ea4@@3U__s_GUID@@A@@@@VCString@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "class CFaceDetectApp theApp" (?theApp@@3VCFaceDetectApp@@A)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CVFWImageProcessor::EnablePreviewVideo(struct HWND__ *,int,int,int)" (?EnablePreviewVideo@CVFWImageProcessor@@QAEHPAUHWND__@@HHH@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CVFWImageProcessor::DriverGetCaps(struct tagCapDriverCaps *)" (?DriverGetCaps@CVFWImageProcessor@@QAEHPAUtagCapDriverCaps@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CVFWImageProcessor::Initialize(short)" (?Initialize@CVFWImageProcessor@@QAEHF@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: void __thiscall CVFWImageProcessor::Destroy(void)" (?Destroy@CVFWImageProcessor@@QAEXXZ)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CVFWImageProcessor::CaptureDIB(struct tagBITMAPINFO * *,unsigned long,unsigned long *)" (?CaptureDIB@CVFWImageProcessor@@QAEHPAPAUtagBITMAPINFO@@KPAK@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CVFWImageProcessor::CaptureAVI(char const *,float,unsigned long,unsigned int)" (?CaptureAVI@CVFWImageProcessor@@QAEHPBDMKI@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: void __thiscall CFaceDetectDoc::READYGetFaceOutLline1(void)" (?READYGetFaceOutLline1@CFaceDetectDoc@@QAEXXZ)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall GetName::GetName(class CWnd *)" (??0GetName@@QAE@PAVCWnd@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall Tishi::Tishi(class CWnd *)" (??0Tishi@@QAE@PAVCWnd@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall GetStudyNum::GetStudyNum(class CWnd *)" (??0GetStudyNum@@QAE@PAVCWnd@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall Meg::Meg(class CWnd *)" (??0Meg@@QAE@PAVCWnd@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall FINDMESSAGE::FINDMESSAGE(class CWnd *)" (??0FINDMESSAGE@@QAE@PAVCWnd@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall DelectMessage::DelectMessage(class CWnd *)" (??0DelectMessage@@QAE@PAVCWnd@@@Z)
FaceDetectView.obj : error LNK2001: unresolved external symbol "public: __thiscall XiuGai::XiuGai(class CWnd *)" (??0XiuGai@@QAE@PAVCWnd@@@Z)
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
libcd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/FaceDetectView.exe : fatal error LNK1120: 38 unresolved externals
执行 link.exe 时出错.FaceDetectView.exe - 1 error(s), 0 warning(s)