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
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
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/..
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
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
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