E2451 Undefined symbol 'identifier' (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

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