>I want to create console app that's using box drawing characters from unicode.
>Before CRT unit is used, it's all fine and my program could draw
>table beautifully. But once I put CRT unit, those characters became garbages.
>But strangely, it's only happen on Windows' terminal (win10).
>I tr
Marcos Douglas B. Santos wrote
> I didn't found... In this path \packages\googleapi\examples only
> exists \generator directory. :(
>
> Trunk, rev 37453.
Try this, it wasn't running well due to RTTI changes back then, but probably
works now:
http://free-pascal-general.1045716.n5.nabble.com/ERES
Em 13 de out de 2017 19:23, "Michael Van Canneyt"
escreveu:
On Fri, 13 Oct 2017, Luiz Americo Pereira Camara wrote
>
>
> Do you know any implementation of such functions, with similar signatures,
> in JavaScript?
>
In december, you will be able to use pascal for your client app, using
pas2js
On Fri, 13 Oct 2017, Luiz Americo Pereira Camara wrote:
Hi,
I'm developing an app were the client is written in Javascript + HTML and
the backend in pascal (fpc)
I'd like to use my pascal knowledge of RTL functions, mostly utils
(FormatFloat, DateToStr etc) in the client app
Do you know any
Hi,
I'm developing an app were the client is written in Javascript + HTML and
the backend in pascal (fpc)
I'd like to use my pascal knowledge of RTL functions, mostly utils
(FormatFloat, DateToStr etc) in the client app
Do you know any implementation of such functions, with similar signatures,
i
On Wed, Oct 11, 2017 at 10:17 AM, Michael Van Canneyt
wrote:
>
>
> On Wed, 11 Oct 2017, Marcos Douglas B. Santos wrote:
>
>> Hi,
>>
>> I would like to know if FPC implements the full Google Drive API. If
>> so, since which version?
>
>
> Yes, since version 3.0.2.
>
> FPC also contains a tool to ge