RAD Studio
ContentsIndex
PreviousUpNext
E2451: Undefined symbol 'identifier'

The named identifier has no declaration. 

Possible Causes

  • Actual declaration of identifier has been commented out.
  • Misspelling, either at this point or at the declaration.
  • An error in the declaration of the identifier.
  • The header file in which the identifier is declared was not included using #include
Tools to help track down the problem: 

GREP 

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