You are not logged in.
Pages: 1
at line 56264 of mormot.pas I get the error Variable identifier expectedI can compile without errors if I change the linefrom:
ParamName := @VMP^.Name;
to
ParamName := VMP^.NamePtr;
Offline