vcl-styles-utils icon indicating copy to clipboard operation
vcl-styles-utils copied to clipboard

TSysToolbarStyleHook.ApplyImageList Exception.

Open MayoZelaya opened this issue 2 years ago • 1 comments

Hi,

Change to avoid exception on Delphi 11.

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

MayoZelaya avatar Feb 11 '23 22:02 MayoZelaya

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

MShark67 avatar Mar 27 '23 20:03 MShark67