Compiler Warning (level 1) C4541
Visual Studio 2005
Error Message
'identifier' used on polymorphic type 'type' with /GR-; unpredictable behavior may resultYou tried to use a feature that requires run-time type information without enabling run-time type information. Recompile with /GR.