ASkinDemo does not compile with Delphi older than XE8 Root › Technical support › Troubleshooting This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago by HeDiBo. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts September 8, 2017 at 2:20 pm #37591 HeDiBoParticipant 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} September 9, 2017 at 4:51 am #57035 SupportKeymaster Thank you, it was my mistake. ASkinDemo has been compiled and autosaved in the Delphi 10 and I forgot about that. September 9, 2017 at 9:26 am #57037 HeDiBoParticipant 'Support' wrote: Thank you, it was my mistake. ASkinDemo has been compiled and autosaved in the Delphi 10 and I forgot about that. OK. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting