What version of FPC are you using ? If it is trunk, there is currently a bug
which can cause this kind of behaviour, due to the changed RTTI.
Michael.
On Sat, 24 Sep 2016, leledumbo wrote:
I'm testing google cloud storage API with the following simple console
program, just to list the buckets
I'm testing google cloud storage API with the following simple console
program, just to list the buckets:
{$mode objfpc}{$H+}
uses
googleservice,
googleclient,
googlestorage,
openssl,
jsonparser,
fpjson,
fpoauth2,
fpwebclient,
fphttpwebclient;
type
TAuthHelper = class
pro