CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CodeView Error
     Cannot use struct or union as scalar (CV1025)
 
     A structure or union was used in an expression, but no element was
     specified.
 
     When requesting display of a structure or union variable, the name
     of the variable may appear by itself, without a field qualifier.
     If a structure or union is used in an expression, it must be
     qualified with the specific element desired.
 
     Specify the element whose value is to be used in the expression.
                                    -♦-