RAD Studio
ContentsIndex
PreviousUpNext
E2449: Size of 'identifier' is unknown or zero

This identifier was used in a context where its size was needed. 

A struct tag might only be declared (the struct not defined yet), or an extern array might be declared without a size. 

It's illegal then to have some references to such an item (like sizeof) or to dereference a pointer to this type. 

Rearrange your declaration so that the size of 'identifier' is available.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!