Error in sDateUtils.pas: Undeclared identifier: 'ShortDateFormat'

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51231
    Hamilton
    Participant

      You could probably fix it with something like this:

      Code:
      case GetDateOrder({$IF Defined(DELPHI_XE3) or Defined(DELPHI_XE4)}FormatSettings.{$IFEND}ShortDateFormat) of
      #51284
      Support
      Keymaster

        Hello Mohammad!

        The “DELPHI_XE3” key must be defined. You should find a reason why this key is Off.

        Maybe Delphi uses the old sDefs.inc file somehow?

        Try to create new project which uses sDateUtils. Will this error be there?

        I can solve this issue if you can give me a remote access to your PC.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.