|
正在链接...
imaging.lib(dllentry.obj) : error LNK2019: unresolved external symbol GpMalloc referenced in function "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
imaging.lib(dllentry.obj) : error LNK2019: unresolved external symbol GpFree referenced in function "void __cdecl operator delete(void *)" (??3@YAXPAX@Z)
imaging.lib(dllentry.obj) : error LNK2019: unresolved external symbol "void __cdecl GpRuntime::Uninitialize(void)" (?Uninitialize@GpRuntime@@YAXXZ) referenced in function DllMain
imaging.lib(dllentry.obj) : error LNK2019: unresolved external symbol "void __cdecl CleanupImagingLibrary(void)" (?CleanupImagingLibrary@@YAXXZ) referenced in function DllMain
imaging.lib(dllentry.obj) : error LNK2019: unresolved external symbol "int __cdecl InitImagingLibrary(int)" (?InitImagingLibrary@@YAHH@Z) referenced in function DllMain
imaging.lib(dllentry.obj) : error LNK2019: unresolved external symbol "int __cdecl GpRuntime::Initialize(void)" (?Initialize@GpRuntime@@YAHXZ) referenced in function DllMain
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "struct HINSTANCE__ * DllInstance" (?DllInstance@@3PAUHINSTANCE__@@A)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "long ComComponentCount" (?ComComponentCount@@3JA)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::UninstallImageCodec(unsigned short const *,unsigned int)" (?UninstallImageCodec@GpImagingFactory@@UAAJPBGI@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::InstallImageCodec(class ImageCodecInfo const *)" (?InstallImageCodec@GpImagingFactory@@UAAJPBVImageCodecInfo@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::GetInstalledEncoders(unsigned int *,class ImageCodecInfo * *)" (?GetInstalledEncoders@GpImagingFactory@@UAAJPAIPAPAVImageCodecInfo@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::GetInstalledDecoders(unsigned int *,class ImageCodecInfo * *)" (?GetInstalledDecoders@GpImagingFactory@@UAAJPAIPAPAVImageCodecInfo@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::CreateImageEncoderToFile(struct _GUID const *,unsigned short const *,struct IImageEncoder * *)" (?CreateImageEncoderToFile@GpImagingFactory@@UAAJPBU_GUID@@PBGPAPAUIImageEncoder@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::CreateImageEncoderToStream(struct _GUID const *,struct IStream *,struct IImageEncoder * *)" (?CreateImageEncoderToStream@GpImagingFactory@@UAAJPBU_GUID@@PAUIStream@@PAPAUIImageEncoder@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::CreateImageDecoder(struct IStream *,enum DecoderInitFlag,struct IImageDecoder * *)" (?CreateImageDecoder@GpImagingFactory@@UAAJPAUIStream@@W4DecoderInitFlag@@PAPAUIImageDecoder@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::CreateBitmapFromBuffer(class BitmapData *,struct IBitmapImage * *)" (?CreateBitmapFromBuffer@GpImagingFactory@@UAAJPAVBitmapData@@PAPAUIBitmapImage@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::CreateBitmapFromImage(struct IImage *,unsigned int,unsigned int,int,enum InterpolationHint,struct IBitmapImage * *)" (?CreateBitmapFromImage@GpImagingFactory@@UAAJPAUIImage@@IIHW4InterpolationHint@@PAPAUIBitmapImage@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::CreateNewBitmap(unsigned int,unsigned int,int,struct IBitmapImage * *)" (?CreateNewBitmap@GpImagingFactory@@UAAJIIHPAPAUIBitmapImage@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::CreateImageFromBuffer(void const *,unsigned int,enum BufferDisposalFlag,struct IImage * *)" (?CreateImageFromBuffer@GpImagingFactory@@UAAJPBXIW4BufferDisposalFlag@@PAPAUIImage@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::CreateImageFromFile(unsigned short const *,struct IImage * *)" (?CreateImageFromFile@GpImagingFactory@@UAAJPBGPAPAUIImage@@@Z)
imaging.lib(dllentry.obj) : error LNK2001: unresolved external symbol "public: virtual long __cdecl GpImagingFactory::CreateImageFromStream(struct IStream *,struct IImage * *)" (?CreateImageFromStream@GpImagingFactory@@UAAJPAUIStream@@PAPAUIImage@@@Z)
MUS (MIPSII)\Release\cejpeg.exe : fatal error LNK1120: 21 unresolved externals
怎么解决啊?
|
|