LNK4227 Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could somebody please tell me where I can find more information on the link error LNK4227
When linking to several libraries I see such an error.

warning LNK4227: metadata operation warning (00131189) : Inconsistent parameter information in duplicated methods (methods: new; type: <Module>): (0x08000001)

I have seen many none concluded threads on this matter

Thank

Calvin.
 
I have this same problem, fortunately it's only a warning. Best I can tell -
it's caused by having duplicate class definitions
in the .CPP and .H files. The object browser shows two instances of each
class so defined. I cannot tell the difference
between the two definitions, dissasembling the class metadeta with IL shows
them to be the same. That's probably why it's not
an error.

-- Tom
 
I no longer recieved this message when adding #include "stdafx.h" to the .cpp file.
 
Back
Top