Compilation error in Alpha DB

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52654
    Kujo
    Participant

    Hello,

    can anyone help me?

    Thanks

    #52658
    Support
    Keymaster

    Hello!

    I'm sorry for a delay, please try attached file.

    #52675
    Kujo
    Participant

    Hello,

    problem solved, thank you.

    Now there are some warnings during the compilation:

    Code:
    [DCC Warning] sDBDateEdit.pas(240): W1000 Symbol 'DateSeparator' is deprecated: 'Use FormatSettings.DateSeparator'
    [DCC Warning] sDBCalcEdit.pas(141): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'
    [DCC Warning] sDBCalcEdit.pas(147): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'

    Why you use

    Code:
    {$IFDEF DELPHI_XE3}FormatSettings.{$ENDIF}DateSeparator
    {$IFDEF DELPHI_XE3}FormatSettings.{$ENDIF}DecimalSeparator

    even if FormatSettings is supported also in Delphi XE2?

    Regards

    #52676
    Support
    Keymaster

    Just I didn't know that XE2 also has the FormatSettings. It will be changed in the next release.

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