On Mon, 22 Aug 2016, Dave Connolly wrote:
From what I can see the error seems to involve these two lines in the
procedure TBaseObject.SetObjectProperty(P: PPropInfo; AValue: TJSONObject);
in restbase.pp (fcl-web)
PA:=@(pdynarraytypeinfo(P^.PropType)^.elesize)+i;
PA:=@(pdynarraytypeinfo(P^.PropType)^.eletype)+i;
AN:=PTYpeInfo(PA^)^.Name;
In my scenario the PTYpeInfo(PA^)^.Name is "t???/t???/t???/t0t@0t"
FPC 3.1.1 revision 34368
I suspect this has to do with the additional level of indirection added by
Sven Barth. I will need to check that.
Michael.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal