You are not logged in.
Pages: 1
Hi AB there is a liitle Problem with mORMot.pas line 9414
procedure InternalLog(Format: PWinAnsiChar; const Args: array of const;
Level: TSynLogInfo); overload;
{$ifdef HASINLINE}inline;{$endif}
/// internal method used by Delete(Table,SQLWhere) method
this procedure cannot be inline cause it has array of const as param.
My Work around: I documented Inline out
Last edited by itSDS (2014-11-29 09:20:54)
Rad Studio 12.1 Santorini
Offline
Pages: 1