Components icon indicating copy to clipboard operation
Components copied to clipboard

Does not compile in Delphi 11.3

Open DelphiWorlds opened this issue 1 year ago • 0 comments

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}

DelphiWorlds avatar Oct 31 '24 04:10 DelphiWorlds