Components
Components copied to clipboard
Does not compile in Delphi 11.3
Two units need fixing - HGM.Controls.ColorGrid.pas and HGM.Controls.Chat.pas
One possible solution is to modify the first type section of each unit to add:
type
{$IF CompilerVersion < 36}
NativeInt = Integer;
{$ENDIF}