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: ```delphi type {$IF CompilerVersion < 36} NativeInt = Integer; {$ENDIF} ```