المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : how to solve unresolved external Symbols error in NggolekiGinambaran.



C++ Programming
04-23-2009, 01:30 PM
hi,

i get the following errors when i run the NggolekiGinambaran program. i use

jbig.lib
j2000.lib
cximage.lib
demo.lib
Jpeg.lib
.............

Error 1 error LNK2019: unresolved external symbol "public: bool __thiscall CxImageRAW::Decode(class CxFile *)" (?Decode@CxImageRAW@@QAE_NPAVCxFile@@@Z) referenced in function "public: bool __thiscall CxImage::Decode(class CxFile *,unsigned long)" (?Decode@CxImage@@QAE_NPAVCxFile@@K@Z) c:\Documents and Settings\tasmin\Desktop\Ref Projects\CBIR\NggolekiGinambaran\cximage.lib 1 NggolekiGinambaran

Error 2 error LNK2019: unresolved external symbol "public: bool __thiscall CxImageMNG::Decode(class CxFile *)" (?Decode@CxImageMNG@@QAE_NPAVCxFile@@@Z) referenced in function "public: bool __thiscall CxImage::Decode(class CxFile *,unsigned long)" (?Decode@CxImage@@QAE_NPAVCxFile@@K@Z) c:\Documents and Settings\tasmin\Desktop\Ref Projects\CBIR\NggolekiGinambaran\cximage.lib 1 NggolekiGinambaran

i got the NggolekiGinambaran program from the following link ....

"http://www.codeproject.com/KB/graphics/cbir.aspx?display=PrintAll&fid=9137&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=26&select=1079489">Finding Similiar Images[

please help.....

tasmin (http://www.codeproject.com/KB/graphics/cbir.aspx?display=PrintAll&fid=9137&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=26&select=1079489)