Am 26.09.2020 um 14:19 schrieb 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
p
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
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
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
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
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
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:
> >
> > > > >
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:
On 25.09.2020 03:30, Martin via fpc-devel wrote:
Wath is in the following indented?
The doc says
https://www.freepascal.org/docs-html/rtl/classes/tthread.removequeuedevents.html
all calls to the given method are removed.
However there may be more than one way to read this.
aMethod: TTh