You are not logged in.
Pages: 1
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
Pages: 1