You are not logged in.
ab,
just a very small issue:
SynCrossPlatformREST.pas(2918,15) Error: Incompatible types: got "Variant" expected "TID"
/// marshall {result:...,id:...} and {result:...} body answers
function CallGetResult(const aCall: TSQLRestURIParams; var outID: TID): variant;
{$ifndef ISSMS}
var doc: TJSONVariantData;
jsonres: string;
{$endif}
begin
...
outID := doc.Value['id'];
{$endif}
end;
Offline
Lazarus fixes + FPC Fixes + Windows 7
The error comes when trying to compile mormot_cross.lpk
Last edited by Leslie7 (2022-04-24 20:17:10)
Offline
Yes, my rookie mistake. I wanted to test M2, but picked the lpk's from the wrong folder.
Neverless the error is still strange, should not happen. Maybe an other compiler issue.
Offline