Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 602 Bytes

expression-evaluator-error-cxx0029.md

File metadata and controls

17 lines (13 loc) · 602 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0029
Expression Evaluator Error CXX0029
11/04/2016
CXX0029
CXX0029
CAN0029
562b2132-e9cb-4591-a5bf-bc7179a7f40e

Expression Evaluator Error CXX0029

not struct pointer

The member-selection operator (->) was applied to an expression that is not a pointer to a structure.

Check that the entire expression is parenthesized correctly, or type cast the address expression to the appropriate structure pointer type.

This error is identical to CAN0029.