Re: [Lazarus] Doe fpc/lazarus already have System-Threading or is it planned

2018-02-02 Thread Zoë Peterson via Lazarus
On 2/2/2018 2:37 PM, Sven Barth via Lazarus wrote: Once FPC supports anonymous functions as well I assume that support will start to become alive again. ;) Hopefully. They were already working on iOS/Android/macOS/Linux support using Delphi, and that's what's stalled. The last commit on the

Re: [Lazarus] Doe fpc/lazarus already have System-Threading or is it planned

2018-02-02 Thread Sven Barth via Lazarus
Am 02.02.2018 21:08 schrieb "Zoë Peterson via Lazarus" < lazarus@lists.lazarus-ide.org>: On 2/2/2018 1:37 PM, R0b0t1 wrote: > I've been looking for a replacement to > http://www.omnithreadlibrary.com/ for a long time. If I remember, the > dealbreaker is the library's codebase making heavy use of

Re: [Lazarus] Doe fpc/lazarus already have System-Threading or is it planned

2018-02-02 Thread Zoë Peterson via Lazarus
On 2/2/2018 1:37 PM, R0b0t1 wrote: I've been looking for a replacement to http://www.omnithreadlibrary.com/ for a long time. If I remember, the dealbreaker is the library's codebase making heavy use of anonymous functions and procedures. Yeah, OTL requires anonymous methods. I was hoping to po

Re: [Lazarus] Doe fpc/lazarus already have System-Threading or is it planned

2018-02-02 Thread R0b0t1 via Lazarus
On Fri, Feb 2, 2018 at 10:26 AM, Zoë Peterson via Lazarus wrote: > On 2/2/2018 10:19 AM, Zoë Peterson wrote: >> >> System.Threading requires anonymous methods, which Free Pascal doesn't >> currently support. > > > Oops, Sven's right, it mostly doesn't use anonymous methods, so this isn't a > block

Re: [Lazarus] Doe fpc/lazarus already have System-Threading or is it planned

2018-02-02 Thread Zoë Peterson via Lazarus
On 2/2/2018 10:19 AM, Zoë Peterson wrote: System.Threading requires anonymous methods, which Free Pascal doesn't currently support. Oops, Sven's right, it mostly doesn't use anonymous methods, so this isn't a blocker. -- Zoë Peterson Scooter Software --

Re: [Lazarus] Doe fpc/lazarus already have System-Threading or is it planned

2018-02-02 Thread Zoë Peterson via Lazarus
On 2/2/2018 4:25 AM, Michael Schnell via Lazarus wrote: Featuring "parallel loops", "future variables", etc, implemented via a thread pool that is transparent for the application programmer. System.Threading requires anonymous methods, which Free Pascal doesn't currently support. Someone has

Re: [Lazarus] Doe fpc/lazarus already have System-Threading or is it planned

2018-02-02 Thread Sven Barth via Lazarus
Am 02.02.2018 11:25 schrieb "Michael Schnell via Lazarus" < lazarus@lists.lazarus-ide.org>: Featuring "parallel loops", "future variables", etc, implemented via a thread pool that is transparent for the application programmer. -> http://docwiki.embarcadero.com/Libraries/Tokyo/de/System.Threading

Re: [Lazarus] Problem with fpc-3.0.4 and double

2018-02-02 Thread zeljko via Lazarus
On 02/02/2018 04:10 PM, Marco van de Voort wrote: On Wed, Jan 31, 2018 at 07:31:56PM +0100, zeljko via Lazarus wrote: Using binary floats, there are just too many values that can't be represented 100%, regardless of the length of the mantissa. https://en.wikipedia.org/wiki/Floating-point_arithme

Re: [Lazarus] Problem with fpc-3.0.4 and double

2018-02-02 Thread Marco van de Voort via Lazarus
On Wed, Jan 31, 2018 at 07:31:56PM +0100, zeljko via Lazarus wrote: > > Using binary floats, there are just too many values that can't be > > represented 100%, regardless of the length of the mantissa. > > https://en.wikipedia.org/wiki/Floating-point_arithmetic#Accuracy_problems > > Thanks Ralf,

Re: [Lazarus] Doe fpc/lazarus already have System-Threading or is it planned

2018-02-02 Thread Michael Schnell via Lazarus
sorry -> http://docwiki.embarcadero.com/Libraries/Tokyo/en/System.Threading -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Hi-dpi cursors in app?

2018-02-02 Thread AlexeyT via Lazarus
Ondrej, I have cursors https://github.com/Alexey-T/ATSynEdit/tree/master/atsynedit/res they look very bad in win10 scale 150%. What to do here? -- Regards, Alexey -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.o

[Lazarus] Doe fpc/lazarus already have System-Threading or is it planned

2018-02-02 Thread Michael Schnell via Lazarus
Featuring "parallel loops", "future variables", etc, implemented via a thread pool that is transparent for the application programmer. -> http://docwiki.embarcadero.com/Libraries/Tokyo/de/System.Threading -Michael -- ___ Lazarus mailing list Lazarus