RAD Studio
ContentsIndex
PreviousUpNext
W8073: Undefined structure 'structure' (C++)

(Command-line option to display warning = -wstu

Your source file used the named structure on some line before where the error is indicated (probably on a pointer to a structure) but had no definition for the structure. 

This is probably caused by a misspelled structure name or a missing declaration.

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