RAD Studio
ContentsIndex
PreviousUpNext
E2096: Illegal structure operation (C++)

Structures can only be used with dot (.), address-of (&) or assignment (=) operators, or be passed to or from a function as parameters. 

The compiler encountered a structure being used with some other operator.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!