E1038 Unit identifier '%s' does not match file name (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Error and Warning Messages (Delphi)

Identifier

The identifier for the $WARN directive: UNIT_NAME_MISMATCH

Description

The unit name in the top unit is case sensitive and must match the name with respect to upper- and lowercase letters exactly. The unit name is case sensitive only in the unit declaration.

See Also