RRUZ / vcl-styles-utils

Extend and improve the Delphi VCL Styles
https://theroadtodelphi.wordpress.com/
329 stars 115 forks source link

Can't compile Vcl Styles Basic Demo (XE4) #259

Open kitty801 opened 4 years ago

kitty801 commented 4 years ago

I use Delphi XE4 and can't complie Basic Demo app. I get an error: Vcl.Styles.Ext.pas(382): E2010 Incompatible types: 'System.Generics.Collections.TDictionary<System.string,Vcl.Styles.Ext.TSourceInfo>' and 'System.Generics.Collections.TDictionary<System.string,Vcl.Themes.TStyleManager.TSourceInfo>'

in TStyleManagerHelper.RegisteredStyles functiion How can I fix it?