#1 2022-11-08 08:12:29

dcoun
Member
From: Crete, Greece
Registered: 2020-02-18
Posts: 392

error messages in Delphi

Just two errors during compile in Delphi 11.2 to note for future correction

File: mormot.crypt.openssl
[dcc32 Error] mormot.crypt.openssl.pas(2776): E2251 Ambiguous overloaded call to 'BinToHex'
  System.Classes.pas(14010): Related method: procedure BinToHex(Pointer; PWideChar; Integer);
  System.Classes.pas(14077): Related method: procedure BinToHex(Pointer; PAnsiChar; Integer);
The second probably based on FPC

File: mormot.app.daemon line 753:
fStopper := [low(fStopper) .. high(fStopper)];

Last edited by dcoun (2022-11-08 08:15:40)

Offline

#2 2022-11-08 14:33:09

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: error messages in Delphi

You are right.

Both should be fixed now.

Offline

Board footer

Powered by FluxBB