Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 536 Bytes

expression-evaluator-error-cxx0034.md

File metadata and controls

17 lines (13 loc) · 536 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0034
Expression Evaluator Error CXX0034
11/04/2016
CXX0034
CAN0034
CXX0034
afcee5f1-beff-489f-aea6-04f55e76364f

Expression Evaluator Error CXX0034

types incompatible with operator

The operand types specified are not legal for the operation.

For example, a pointer cannot be multiplied by any value.

You may need to type cast the operands to a type compatible with the operator.