[fpc-pascal] googleapiconv

Dave Connolly menounsef at gmail.com
Mon Aug 22 13:53:54 CEST 2016


>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 at 0t"

FPC 3.1.1 revision 34368

Regards,
Dave


On 16 August 2016 at 08:51, Michael Van Canneyt <michael at freepascal.org>
wrote:

>
>
> On Mon, 15 Aug 2016, Dave Connolly wrote:
>
> The Google APIs run fine when compiled with FPC 3.0.0
>>
>
> Strange. I will look into it.
>
>
> Michael.
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20160822/3779db6d/attachment.html>


More information about the fpc-pascal mailing list