Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Warning (level 1) C4402

Error Message

must use PTR operator

A type is used on an operand without a PTR operator when referring to or casting to a type in inline assembly code.

The compiler assumes the PTR operator.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.