Re: [fpc-pascal] List of integers? Any class available in RTL or FCL to help?

2016-12-13 Thread Lars
On Mon, December 5, 2016 6:37 am, Sven Barth wrote: > > Again: I don't see why anyone thinks of generics as complex. Your mail > did not answer that in any way. > Well for one, at least in Delphi, it forces you to throw stuff into a class that have no need. Like a simple array... This:

Re: [fpc-pascal] List of integers? Any class available in RTL or FCL to help?

2016-12-13 Thread Lars
On Mon, December 5, 2016 7:05 am, denisgolovan wrote: > > And generics are complex because they lead to more accidental complexity > for reasons given earlier. > > The Golang approach is to use interfaces, similar to freepascal's VARARGS but a bit different.. and more powerful. Interfaces, an

Re: [fpc-pascal] FPC 3.2.0 and 4.0.0 releases

2016-12-13 Thread Jonas Maebe
On 13/12/16 17:45, Graeme Geldenhuys wrote: From the Mantis "Roadmap" page: " FPC - 3.0.2 (Scheduled For Release 2015-11-25) FPC - 3.2.0 (Scheduled For Release 2016-10-16) FPC - 4.0.0 (Scheduled For Release 2016-12-06) " So what happened? ;-) Those are just arbitrary numbers entered when

Re: [fpc-pascal] FPC 3.2.0 and 4.0.0 releases

2016-12-13 Thread Dejan Boras
Suppose the same thing with any of the projects in my company. Deadlines are meaningless. On Tue, Dec 13, 2016 at 5:46 PM Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > > From the Mantis "Roadmap" page: > > " > FPC - 3.0.2 (Scheduled For Release 2015-11-25) > FPC - 3.2.0 (Scheduled

[fpc-pascal] FPC 3.2.0 and 4.0.0 releases

2016-12-13 Thread Graeme Geldenhuys
>From the Mantis "Roadmap" page: " FPC - 3.0.2 (Scheduled For Release 2015-11-25) FPC - 3.2.0 (Scheduled For Release 2016-10-16) FPC - 4.0.0 (Scheduled For Release 2016-12-06) " So what happened? ;-) Regards, Graeme ___ fpc-pascal maillist -

Re: [fpc-pascal] TFileStream.WriteBuffer() and RAM used ?

2016-12-13 Thread fredvs
Hello Jose. Many thanks for your help. I will deeply study your code tonight. Write you later. Fre;D - Many thanks ;-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/TFileStream-WriteBuffer-and-RAM-used-tp5727062p5727096.html Sent from the Free Pascal

Re: [fpc-pascal] TFileStream.WriteBuffer() and RAM used ?

2016-12-13 Thread José Mejuto
El 13/12/2016 a las 0:48, fredvs escribió: IMO, the problem does not come from PortAudio but from TFileStream.WriteBuffer that does not have enough RAM for writing. But maybe I do not catch something :-( Hello, In your code you were writing from uos to TMemoryStream (RAM) and when finished