◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2222 '->' : left operand has struct/union type, use '.' The left operand of the '->' operator must be a pointer to a struct/union type. It cannot be a struct/union type. This error usually means that a '.' operator must be used. -♦-