Cximage 在VS2010下的编译问题

头头 2012-09-10 05:40:56
错误如下,网上蛮多方法都试了,就是给不了,希望哪位大哥帮帮忙,解决哈

tif_xfile.obj : error LNK2019: 无法解析的外部符号 _TIFFClientOpen,该符号在函数 "struct tiff * __cdecl _TIFFFdOpen(void *,char const *,char const *)" (?_TIFFFdOpen@@YAPAUtiff@@PAXPBD1@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_stream_close,该符号在函数 __catch$?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z$0 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_cleanup,该符号在函数 __catch$?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z$0 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_matrix_destroy,该符号在函数 __catch$?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z$0 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_readcmpt,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_matrix_create,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_destroy,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_cmprof_destroy,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_chclrspc,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_cmprof_createfromclrspc,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_fmttostr,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_decode,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_getfmt,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_stream_fdopen,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_init,该符号在函数 "public: bool __thiscall CxImageJAS::Decode(class CxFile *,unsigned long)" (?Decode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_free,该符号在函数 "public: __thiscall CxImageJAS::CxFileJas::CxFileJas(class CxFile *,struct jas_stream_t *)" (??0CxFileJas@CxImageJAS@@QAE@PAVCxFile@@PAUjas_stream_t@@@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_stream_flush,该符号在函数 "public: bool __thiscall CxImageJAS::Encode(class CxFile *,unsigned long)" (?Encode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_encode,该符号在函数 "public: bool __thiscall CxImageJAS::Encode(class CxFile *,unsigned long)" (?Encode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_strtofmt,该符号在函数 "public: bool __thiscall CxImageJAS::Encode(class CxFile *,unsigned long)" (?Encode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_writecmpt,该符号在函数 "public: bool __thiscall CxImageJAS::Encode(class CxFile *,unsigned long)" (?Encode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajas.obj : error LNK2019: 无法解析的外部符号 _jas_image_create,该符号在函数 "public: bool __thiscall CxImageJAS::Encode(class CxFile *,unsigned long)" (?Encode@CxImageJAS@@QAE_NPAVCxFile@@K@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_finish_decompress,该符号在函数 "public: bool __thiscall CxImageJPG::Decode(class CxFile *)" (?Decode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_read_scanlines,该符号在函数 "public: bool __thiscall CxImageJPG::Decode(class CxFile *)" (?Decode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_start_decompress,该符号在函数 "public: bool __thiscall CxImageJPG::Decode(class CxFile *)" (?Decode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_calc_output_dimensions,该符号在函数 "public: bool __thiscall CxImageJPG::Decode(class CxFile *)" (?Decode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_read_header,该符号在函数 "public: bool __thiscall CxImageJPG::Decode(class CxFile *)" (?Decode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_CreateDecompress,该符号在函数 "public: bool __thiscall CxImageJPG::Decode(class CxFile *)" (?Decode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_destroy_decompress,该符号在函数 "public: bool __thiscall CxImageJPG::Decode(class CxFile *)" (?Decode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_std_error,该符号在函数 "public: bool __thiscall CxImageJPG::Decode(class CxFile *)" (?Decode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_resync_to_restart,该符号在函数 "public: __thiscall CxImageJPG::CxFileJpg::CxFileJpg(class CxFile *)" (??0CxFileJpg@CxImageJPG@@QAE@PAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_finish_compress,该符号在函数 "public: bool __thiscall CxImageJPG::Encode(class CxFile *)" (?Encode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_write_scanlines,该符号在函数 "public: bool __thiscall CxImageJPG::Encode(class CxFile *)" (?Encode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_start_compress,该符号在函数 "public: bool __thiscall CxImageJPG::Encode(class CxFile *)" (?Encode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_simple_progression,该符号在函数 "public: bool __thiscall CxImageJPG::Encode(class CxFile *)" (?Encode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_set_quality,该符号在函数 "public: bool __thiscall CxImageJPG::Encode(class CxFile *)" (?Encode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_set_colorspace,该符号在函数 "public: bool __thiscall CxImageJPG::Encode(class CxFile *)" (?Encode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_set_defaults,该符号在函数 "public: bool __thiscall CxImageJPG::Encode(class CxFile *)" (?Encode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_CreateCompress,该符号在函数 "public: bool __thiscall CxImageJPG::Encode(class CxFile *)" (?Encode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximajpg.obj : error LNK2019: 无法解析的外部符号 _jpeg_destroy_compress,该符号在函数 "public: bool __thiscall CxImageJPG::Encode(class CxFile *)" (?Encode@CxImageJPG@@QAE_NPAVCxFile@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_cleanup,该符号在函数 "public: virtual __thiscall CxImageMNG::~CxImageMNG(void)" (??1CxImageMNG@@UAE@XZ) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_getalphaline,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_settimer,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_gettickcount,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_refresh,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_getcanvasline,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_processheader,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_readdata,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_closestream,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_openstream,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_setcb_errorproc,该符号在函数 "protected: void __thiscall CxImageMNG::SetCallbacks(struct mng_data_struct *)" (?SetCallbacks@CxImageMNG@@IAEXPAUmng_data_struct@@@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_get_userdata,该符号在函数 "signed char __cdecl mymngreadstream(struct mng_data_struct *,void *,unsigned int,unsigned int *)" (?mymngreadstream@@YACPAUmng_data_struct@@PAXIPAI@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_set_canvasstyle,该符号在函数 "signed char __cdecl mymngprocessheader(struct mng_data_struct *,unsigned int,unsigned int)" (?mymngprocessheader@@YACPAUmng_data_struct@@II@Z) 中被引用
1>ximamng.obj : error LNK2019: 无法解析的外部符号 _mng_display_resume,该符号在函数 "public: bool __thiscall CxImageMNG::Decode(class CxFile *)" (?Decode@CxImageMNG@@QAE_NPAVCxFile@@@Z) 中被引用
...全文
352 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
coolspac 2012-09-12
  • 打赏
  • 举报
回复
libmng
我不懂电脑 2012-09-11
  • 打赏
  • 举报
回复
下载一个新的版本看看
dataxdata 2012-09-10
  • 打赏
  • 举报
回复
应该是缺少一个库文件,想办法找到吧
ccrun.com 2012-09-10
  • 打赏
  • 举报
回复
这是典型的“实现部分没有找到”的报错。

13,825

社区成员

发帖
与我相关
我的任务
社区描述
C++ Builder相关内容讨论区
社区管理员
  • 基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧