Dear Friends
I am new to vc++; While debugging my vc++ project which is calling c# method (by referencing c# project) I got the linking error I just cant understand how to get rid of it .. Pls help me out to solve this problem.
The error is some thing like.
Error 88 error LNK2019: unresolved external symbol "extern "C" int __cdecl jpeg8_read_head er(struct Dicom::Jpeg::jp eg_decompress_s truct *,int)" (?jpeg8_read_he ader@@$$J0YAHPA Ujpeg_decompres s_struct@Jpeg@D icom@@H@Z) referenced in function "public: virtual void __clrcall Dicom::Jpeg::Jp eg8Codec::Decod e(class Dicom::Data::Dc mPixelData ^,class Dicom::Data::Dc mPixelData ^,class Dicom::Jpeg::Dc mJpegParameters ^,int)" (?Decode@Jpeg8C odec@Jpeg@Dicom @@$$FU$AAMXP$AA VDcmPixelData@D ata@3@0P$AAVDcm JpegParameters@ 23@H@Z) Jpeg8Codec.obj
Please tell what this message indicate and how to solve this error
Regards
Mahesh
I am new to vc++; While debugging my vc++ project which is calling c# method (by referencing c# project) I got the linking error I just cant understand how to get rid of it .. Pls help me out to solve this problem.
The error is some thing like.
Error 88 error LNK2019: unresolved external symbol "extern "C" int __cdecl jpeg8_read_head er(struct Dicom::Jpeg::jp eg_decompress_s truct *,int)" (?jpeg8_read_he ader@@$$J0YAHPA Ujpeg_decompres s_struct@Jpeg@D icom@@H@Z) referenced in function "public: virtual void __clrcall Dicom::Jpeg::Jp eg8Codec::Decod e(class Dicom::Data::Dc mPixelData ^,class Dicom::Data::Dc mPixelData ^,class Dicom::Jpeg::Dc mJpegParameters ^,int)" (?Decode@Jpeg8C odec@Jpeg@Dicom @@$$FU$AAMXP$AA VDcmPixelData@D ata@3@0P$AAVDcm JpegParameters@ 23@H@Z) Jpeg8Codec.obj
Please tell what this message indicate and how to solve this error
Regards
Mahesh
Comment