#1 2018-09-09 10:37:32

velissariouc
Member
Registered: 2016-10-31
Posts: 6

compile error using trunk version of fpc

at line 56264 of mormot.pas I get the error Variable identifier expected
I can compile without errors if  I change the line
from:

ParamName := @VMP^.Name; 

to

ParamName := VMP^.NamePtr;

Offline

Board footer

Powered by FluxBB