C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2037
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2037
 
     left of 'operator' specifies undefined struct/union 'identifier'
 
     The expression before the member-selection operator ( -> or .)
     identified a structure or union type that was not defined.
                                    -♦-