[fpc-pascal] googleapi google spreadsheet

Michael Van Canneyt michael at freepascal.org
Fri Dec 6 12:31:55 CET 2019



On Wed, 4 Dec 2019, lcy wrote:

> I'm trying to fiqure out how to use google spreadsheet with lazarus. It
> seems that the calendar sample project
> (\lazarus\components\googleapis\demo\calendar) doesn't work in the trunk
> version Laz(2.1.0)+FPC(3.3.1) created with fpcupdeluxe anymore. After
> installing the googleapi and the synapse component the calendar sample
> compiles with success. But if I run the app lazarus it stops in
> application.inc at the end of the "procedure
> TApplication.ProcessAsyncCallQueue" method. With the stable version
> Laz(2.0.2)+FPC(3.0.4) created with fpcupdeluxe it seems to run.
> Can someone help?

I just did some fixes in google api so it will work with latest trunk, but
they have nothing to do with TApplication.ProcessAsyncCallQueue.

The google components work independent of the ProcessAsyncCallQueue
procedure.

Michael.


More information about the fpc-pascal mailing list