Linking Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mdubey82
    New Member
    • Aug 2008
    • 3

    Linking Error

    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
    Last edited by mdubey82; Aug 4 '08, 01:11 PM. Reason: spelling mistake
  • mdubey82
    New Member
    • Aug 2008
    • 3

    #2
    Got the Answer !!!!


    Regards
    Mahesh

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      Can you please post the answer, so if anyone is searching for a similar problem, they can get it? Thanks.

      Comment

      Working...