Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not compile in Delphi 11.3 #6

Open
DelphiWorlds opened this issue Oct 31, 2024 · 0 comments
Open

Does not compile in Delphi 11.3 #6

DelphiWorlds opened this issue Oct 31, 2024 · 0 comments

Comments

@DelphiWorlds
Copy link

DelphiWorlds commented Oct 31, 2024

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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant