RRUZ / vcl-styles-utils

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

TSysToolbarStyleHook.ApplyImageList Exception. #301

Open MayoZelaya opened 1 year ago

MayoZelaya commented 1 year ago

Hi,

Change to avoid exception on Delphi 11.

procedure TSysToolbarStyleHook.ApplyImageList; var //H: Cardinal; H: NativeInt;
...

MShark67 commented 1 year ago

Hit this today as well. Alternately H could be defined as a THandle.