July 3rd, 2003, 7:50 am
Does anyone know how to resolve the following "warning" I have come across in my C++ program:warning LNK4227: metadata operation warning (00131189) : Inconsistent parameter information in duplicated methods (methods: new; type:<Module>: (0x08000147).I am trying to implement a header file in a cpp file. The header file is inherited from another class.