Memnarch / Delphinus

An alternative Packagemanager for the Delphi-IDE
Mozilla Public License 2.0
235 stars 64 forks source link

Can't find System.ImageList when installing to XE5 #74

Closed TCardinal closed 4 years ago

TCardinal commented 5 years ago

When trying to install on XE5 I get the System.ImageList not found. I think that this was introduced in XE8, but I might be wrong.

Memnarch commented 5 years ago

Did you use the websetup or do you compile manually?

rifoerster commented 4 years ago

Same error here (when compiling) there is also an error when installing using the Web Installer

https://pastebin.com/u1GuAKCK

Edit: Using Rad Studio XE6 Enterprise (Update 1) on Windows 10 Professional

rifoerster commented 4 years ago

As the wiki page http://docwiki.embarcadero.com/Libraries/XE8/en/System.ImageList first exists in XE8 i also think its a XE8 and up features (i.e. http://docwiki.embarcadero.com/Libraries/XE6/en/System.ImageList does not)

mariodosreyx commented 2 years ago

Well it does not compile under XE7 because ImageList.DCU is missing; please where can i find it? Best regards

Memnarch commented 2 years ago

@mariodosreyx Hi, Sorry for the late reply. Imagelist or Imglist? I see I am still missing some namespaces on the Imglist references (should be VCL.ImgList but ImageList should be System.Imagelist in uses section. Where does it throw the error to be exact?

PS: Next time, please open a new ticket. Quite possible I introduced a regression that reintroduced this problem.