[fpc-devel] Another thread about the fact that official FPC releases are *unnecessarily* non-representative of the platforms it actually runs on

2020-09-26 Thread Ben Grasset via fpc-devel
Was browsing on the FPC wiki (that is, the actual wikipedia.com entry for FPC) today, and came across an edit someone had made in the "3.2.0" section that said the following: "FreePascal cannot be installed on macOS Catalina, and no known workaround exists." It then linked to an open issue on the

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Martin Frb via fpc-devel
On 26/09/2020 14:13, Pascal Riekenberg via fpc-devel wrote: Yes, you get no "In Foo"! Thanks... Added documentation request https://bugs.freepascal.org/view.php?id=37819 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepas

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Mattias Gaertner via fpc-devel
On Sat, 26 Sep 2020 14:05:21 +0200 Martin Frb via fpc-devel wrote: > On 26/09/2020 13:58, Pascal Riekenberg wrote: > > Hi Martin, > > > > there is a free Community Edition. > > > Ok, but maybe someone who already has it installed, can copy and > paste the test that I posted? (should barely take

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Pascal Riekenberg via fpc-devel
Yes, you get no "In Foo"! Pascal > Martin Frb via fpc-devel hat am > 26.09.2020 14:05 geschrieben: > > > On 26/09/2020 13:58, Pascal Riekenberg wrote: > > > > Hi Martin, > > > > there is a free Community Edition. > > > > > > > Ok, but maybe someone wh

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Martin Frb via fpc-devel
On 26/09/2020 13:58, Pascal Riekenberg wrote: Hi Martin, there is a free Community Edition. Ok, but maybe someone who already has it installed, can copy and paste the test that I posted? (should barely take half a minute or less) ___ fpc-devel mailli

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Martin Frb via fpc-devel
On 26/09/2020 13:35, Martin Frb via fpc-devel wrote: Unfortunately I do not have Delphi. Can anyone test this? I made a test program If it does not print any "in foo" then it ignores the instance. Otherwise it should print one "in foo". Besides of "what Delphi does", what would anyone expect

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Pascal Riekenberg via fpc-devel
Hi Martin, there is a free Community Edition. Pascal > Martin Frb via fpc-devel hat am > 26.09.2020 13:35 geschrieben: > > > On 25/09/2020 13:03, Ondrej Pokorny via fpc-devel wrote: > > > > On 25.09.2020 03:30, Martin via fpc-devel wrote: > > > > > > >

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Martin Frb via fpc-devel
On 25/09/2020 13:03, Ondrej Pokorny via fpc-devel wrote: On 25.09.2020 03:30, Martin via fpc-devel wrote: Does the "given method" mean: 1) "aMethod" as passed in as parameter, consisting of proc and instance 2) "method of the class" extracted from "aMethod" It's a Delphi-compatibility method: