Re: [fpc-pascal] CRT unit and Windows' terminal

2017-10-15 Thread Mr Bee via fpc-pascal
2017-10-16 3:14 GMT+07:00 James Richters : > > Whether CRT is using Extended ASCII or Unicode, as far as I can figure > out, it's impossible to display box characters with the CRT unit at all. > Long story short: CRT unit doesn't work at all on Windows, but it

Re: [fpc-pascal] Lua language in /packages/lua will be update?

2017-10-15 Thread Marcos Douglas B. Santos
On Sun, Oct 15, 2017 at 1:27 PM, Ryan Joseph wrote: > here’s the version I found which I’m using. It’s 5.3 so it’s more recent at > least. > > https://github.com/malcome/Lua4Lazarus/blob/master/lua53.pas Thanks... But the problem with this project is that it is not

Re: [fpc-pascal] CRT unit and Windows' terminal

2017-10-15 Thread James Richters
>for what ever reason, your code arrived here looking to be in UTF8 or >ISO-8859-1 format... lazarus loaded is as ASCII but the box characters in >the code were obviously not the ASCII ones you are speaking of (eg: >ALT-201)... i tried to convert it to UTF8 in lazarus but the look was still

Re: [fpc-pascal] JavaScript versions of pascal RTL functions (FormatFloat, DateToStr etc)

2017-10-15 Thread Mario Ray Mahardhika via fpc-pascal
> You can design & code a form in delphi/lazarus and it will run 100% in the browser. > No server needed. (obviously you can access a server if you want). Now that's a desirable goal! I'll test the demo first. ___ fpc-pascal maillist -

Re: [fpc-pascal] Lua language in /packages/lua will be update?

2017-10-15 Thread Ryan Joseph
here’s the version I found which I’m using. It’s 5.3 so it’s more recent at least. https://github.com/malcome/Lua4Lazarus/blob/master/lua53.pas > On Oct 15, 2017, at 10:22 PM, Marcos Douglas B. Santos > wrote: > > Hi, > > I would like to know if the translation of Lua to

[fpc-pascal] Lua language in /packages/lua will be update?

2017-10-15 Thread Marcos Douglas B. Santos
Hi, I would like to know if the translation of Lua to FPC, which I found in /packages/lua, is an official translation or just a lib made by someone else, which was included in packages. I am asking because the last release of Lua is 5.3.4 (Jan/2017) and the FPC code is using the 5.1 version

Re: [fpc-pascal] JavaScript versions of pascal RTL functions (FormatFloat, DateToStr etc)

2017-10-15 Thread Marcos Douglas B. Santos
On Sun, Oct 15, 2017 at 8:25 AM, Michael Van Canneyt wrote: > > > Hello, > > If you want the latest preview and demos to play with: > > https://www.freepascal.org/~michael/pas2js-demo-0.8.28.zip > > The component developer is doing fantastic work with the visual

Re: [fpc-pascal] JavaScript versions of pascal RTL functions (FormatFloat, DateToStr etc)

2017-10-15 Thread Mr Bee via fpc-pascal
2017-10-15 17:25 GMT+07:00 Michael Van Canneyt : > > Hello, > > If you want the latest preview and demos to play with: > > https://www.freepascal.org/~michael/pas2js-demo-0.8.28.zip > > The component developer is doing fantastic work with the visual > components, and it

Re: [fpc-pascal] JavaScript versions of pascal RTL functions (FormatFloat, DateToStr etc)

2017-10-15 Thread leledumbo via fpc-pascal
> The component developer is doing fantastic work with the visual components, and it starts to look really good. visual? how and/or what does it output? will be interesting if ExtPascal dream can be revived somewhat. -- Sent from: http://free-pascal-general.1045716.n5.nabble.com/

Re: [fpc-pascal] JavaScript versions of pascal RTL functions (FormatFloat, DateToStr etc)

2017-10-15 Thread Michael Van Canneyt
Hello, If you want the latest preview and demos to play with: https://www.freepascal.org/~michael/pas2js-demo-0.8.28.zip The component developer is doing fantastic work with the visual components, and it starts to look really good. Michael. On Sat, 14 Oct 2017, Mr Bee via fpc-pascal