Re: [fpc-pascal] Google API, OAuth2 and Windows

2016-08-05 Thread Michael Van Canneyt
On Fri, 5 Aug 2016, Lubos Pintes wrote: Hello, I want to use Google Calendar API with FPC 3.0.0 under Windows. I grabbed necessary units from SVN, because it seems to me that they are not available under FPC 3.0.0 units. My question: how can I handle OAuth2? Do I need an external library lik

Re: [fpc-pascal] RTF writer

2016-08-05 Thread Dmitry Boyarintsev
On Fri, Aug 5, 2016 at 3:11 AM, Torsten Bonde Christiansen wrote: > I am looking for at component that can write RTF format, preferably like > the TRichMemo: > > http://wiki.lazarus.freepascal.org/RichMemo > > but without the need for LCL. > > In fpc 3.0 there is a RTF reader, but i have not been

[fpc-pascal] Google API, OAuth2 and Windows

2016-08-05 Thread Lubos Pintes
Hello, I want to use Google Calendar API with FPC 3.0.0 under Windows. I grabbed necessary units from SVN, because it seems to me that they are not available under FPC 3.0.0 units. My question: how can I handle OAuth2? Do I need an external library like Synapse under Windows, or can I use exist

Re: [fpc-pascal] FPC 3.0 and FPC 2.6 on Ubuntu. How to change default version?

2016-08-05 Thread Marco van de Voort
In our previous episode, Krzysztof said: > Thanks Jonas for quick answer! > > In /user/bin I have two symlinks: > - ppcx64 which point to /etc/alternatives/ppcx64 That is something debian/buntu specific. What does this point to. This should point to the version you want to use by default. /usr/..

Re: [fpc-pascal] FPC 3.0 and FPC 2.6 on Ubuntu. How to change default version?

2016-08-05 Thread Jonas Maebe
Krzysztof wrote: > In /user/bin I have two symlinks: > - ppcx64 which point to /etc/alternatives/ppcx64 > - ppcx64-3.0.0 which point to ../lib/fpc/3.0.0/ppcx64 > > So I can just change these symlinks to point to 2.6.4 dir and that is > enough? Normally, yes. > BTW: When saw symlink point to *alt

[fpc-pascal] RTF writer

2016-08-05 Thread Torsten Bonde Christiansen
Hi List. I am looking for at component that can write RTF format, preferably like the TRichMemo: http://wiki.lazarus.freepascal.org/RichMemo but without the need for LCL. In fpc 3.0 there is a RTF reader, but i have not been able to find a writer. Kind regards, Torsten