Expand Minimize
1 out of 9 rated this helpful - Rate this topic

Compiler Warning (level 1) C4541

Error Message

'identifier' used on polymorphic type 'type' with /GR-; unpredictable behavior may result

You tried to use a feature that requires run-time type information without enabling run-time type information. Recompile with /GR.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.