visualc++吧 关注:253贴子:404
  • 0回复贴,共1

大佬们,这错误是怎么回事啊

只看楼主收藏回复

ch1_1Doc.obj : error LNK2001: unresolved external symbol "struct HDIB__ * __stdcall ReadDIBFile(class CFile &)" (?ReadDIBFile@@YGPAUHDIB__@@AAVCFile@@@Z)
ch1_1Doc.obj : error LNK2001: unresolved external symbol "int __stdcall SaveDIB(struct HDIB__ *,class CFile &)" (?SaveDIB@@YGHPAUHDIB__@@AAVCFile@@@Z)
ch1_1Doc.obj : error LNK2001: unresolved external symbol "int __stdcall CreateDIBPalette(struct HDIB__ *,class CPalette *)" (?CreateDIBPalette@@YGHPAUHDIB__@@PAVCPalette@@@Z)
ch1_1Doc.obj : error LNK2001: unresolved external symbol "unsigned long __stdcall DIBHeight(char *)" (?DIBHeight@@YGKPAD@Z)
ch1_1View.obj : error LNK2001: unresolved external symbol "unsigned long __stdcall DIBHeight(char *)" (?DIBHeight@@YGKPAD@Z)
ch1_1Doc.obj : error LNK2001: unresolved external symbol "unsigned long __stdcall DIBWidth(char *)" (?DIBWidth@@YGKPAD@Z)
ch1_1View.obj : error LNK2001: unresolved external symbol "unsigned long __stdcall DIBWidth(char *)" (?DIBWidth@@YGKPAD@Z)
ch1_1View.obj : error LNK2001: unresolved external symbol "int __stdcall PaintDIB(struct HDC__ *,struct tagRECT *,struct HDIB__ *,struct tagRECT *,class CPalette *)" (?PaintDIB@@YGHPAUHDC__@@PAUtagRECT@@PAUHDIB__@@1PAVCPalette@@@Z)
ch1_1View.obj : error LNK2001: unresolved external symbol "void * __stdcall CopyHandle(void *)" (?CopyHandle@@YGPAXPAX@Z)


1楼2019-07-21 12:42回复