ASkinDemo does not compile with Delphi older than XE8

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37591
    HeDiBo
    Participant

    The main unit contains a reference to System.ImageList.

    That unit is introduced in Delph XE8.

    So the reference should be conditional:

    Code:
    {$IFDEF DELPHI_XE8}System.ImageList{$ENDIF}
    #57035
    Support
    Keymaster

    Thank you, it was my mistake. ASkinDemo has been compiled and autosaved in the Delphi 10 and I forgot about that.

    #57037
    HeDiBo
    Participant
    'Support' wrote:

    Thank you, it was my mistake. ASkinDemo has been compiled and autosaved in the Delphi 10 and I forgot about that.

    OK.

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