Re: [fpc-pascal] Pass open array to static array?

2020-04-02 Thread Ryan Joseph via fpc-pascal
> On Mar 16, 2020, at 5:40 AM, Sven Barth wrote: > > The message of the compiler is a bit misleading. It's a *dynamic* array that > is created there, not an *open* array. Open arrays only exist when being > passed directly to a parameter. I forgot to ask. Are open arrays constants, or are t

Re: [fpc-pascal] New release of MSEide.

2020-04-02 Thread fredvs via fpc-pascal
Hello Rainer. I discover MSEide-MSEgui in 2010. In 2012, I decided to fork MSEide to create ideU: https://github.com/fredvs/ideU The goal was to have a ide voice-assisted, multi languages, multi compilers. Martin created the voice-assistive interface kindly for that. Also I did create other mse

Re: [fpc-pascal] New release of MSEide.

2020-04-02 Thread Rainer Stratmann
Am Donnerstag, 2. April 2020, 20:23:07 CEST schrieb fredvs via fpc-pascal: > Hello everybody. > > Many thanks to fpc team that helped so much for that release (particularly > Sven). > > Have a lot of fun. > > Fre;D How long are you involved already in the MSEide project? _

[fpc-pascal] New release of MSEide.

2020-04-02 Thread fredvs via fpc-pascal
Hello everybody. The mse-org team is very happy to announce the new release of MSEide+MSEgui. MSEide+MSEgui is a Pascal Cross Platform GUI Development System. - Compiles with FPC 2.6.4, 3.0.0, 3.0.2, 3.0.4 or 3.2.0. - For FreeBSD-x86_64, Linux-i386, Linux-x86_64, Linux-arm(Raspberry Pi), Windo

Re: [fpc-pascal] TString idea (like stringlist but string only)

2020-04-02 Thread Marco van de Voort
Op 2020-04-02 om 19:30 schreef nore...@z505.com: Is there a need by anyone for a TString where one could add to a string (TString.Add) without any CRLF (line feeds) and modify a string as an object? I have needed this several times as the TStringList linefeeds get in the way. It's similar to

[fpc-pascal] TString idea (like stringlist but string only)

2020-04-02 Thread noreply
Is there a need by anyone for a TString where one could add to a string (TString.Add) without any CRLF (line feeds) and modify a string as an object? I have needed this several times as the TStringList linefeeds get in the way. It's similar to say some kind of stringlist but focuses only on an