Warning C4273

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

    Warning C4273

    While debugging my C code usind vs.net2005 I got warning C4273 what does it mean ?? And why I am getting this error ???



    Warning 7 warning C4273: 'opj_create_dec ompress' : inconsistent dll linkage d:\MAHESH\Proje cts\BackUp\8-5-2008\Dicom.Jpeg 2000\OpenJPEG\o penjpeg.c


    Regards
    Mahesh
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Two definitions in a file differ in their use of dllimport.

    Next time try google you will get your answer more quickly

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      I bet those warining numbers are listed with an explanation somewhere in a
      manual; manuals are there to be read, not ignored.

      kind regards,

      Jos

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        My point Jos but less obtusely put, type C4273 into google and the top hit is the MSDN page explaining this error.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by Banfa
          My point Jos but less obtusely put, type C4273 into google and the top hit is the MSDN page explaining this error.
          Sometimes I wonder why companies still put so much effort in their manuals;
          whether online or paper versions. Almost nobody reads them; they simply start
          hacking and when something goes wrong they throw their hands up in the air
          and start asking other people to solve it for them. I find that a bad attitude.

          kind regards,

          Jos

          Comment

          Working...