You are not logged in.
Pages: 1
Hi Arnaud,
the Delphi compiler interprets ShortString as open array. And open arrays must not be used on inlined methods. Therefore it breaks on
procedure SidToTextShort(sid: PSid; var result: ShortString);
{$ifdef HASINLINE}inline;{$endif}
Tested on Delphi 12.1 and 12.2
Regards,
Daniel
Offline
Yes, this is from daily commits - work in progress.
The trunk may be unstable during European daylight.
Please try
https://github.com/synopse/mORMot2/commit/49cac5ba
Offline
Pages: 1