On Tue, 5 Nov 2019, AlexeyT via fpc-pascal wrote:
https://www.freepascal.org/docs-html/current/fcl/syncobjs/teventobject.create.html
Create creates a new event object with unique name AName. The object will be
created security attributes EventAttributes (windows only).
- "created security"
Ben Grasset via fpc-pascal schrieb am
Mi., 6. Nov. 2019, 04:49:
> On Tue, Nov 5, 2019 at 5:24 PM Sven Barth via fpc-pascal <
> fpc-pascal@lists.freepascal.org> wrote:
>
>> Does this really work? Cause the compiler should nevertheless typecheck
>> the code in the other branch and thus without cast
On Tue, Nov 5, 2019 at 5:24 PM Sven Barth via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:
> Does this really work? Cause the compiler should nevertheless typecheck
> the code in the other branch and thus without casts that shouldn't compile.
> Also if it should indeed work, it would also
Ben Grasset via fpc-pascal schrieb am
Di., 5. Nov. 2019, 19:11:
> On Sat, Nov 2, 2019 at 11:51 AM Ryan Joseph via fpc-pascal <
> fpc-pascal@lists.freepascal.org> wrote:
>
>> Are there any solutions for this currently? I feel like generics need to
>> support some compiler directives so different b
https://www.freepascal.org/docs-html/current/fcl/syncobjs/teventobject.manualreset.html
text is poor, even the text in .Create (about ManualReset) is more
detailed, so copy text from .Create to this page.
--
Regards,
Alexey
___
fpc-pascal maillist
https://www.freepascal.org/docs-html/current/fcl/syncobjs/teventobject.create.html
Create creates a new event object with unique name AName. The object
will be created security attributes EventAttributes (windows only).
- "created security" - "with" missed
- "windows only"-> "parameter is use
On Sat, Nov 2, 2019 at 11:51 AM Ryan Joseph via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:
> Are there any solutions for this currently? I feel like generics need to
> support some compiler directives so different blocks of code can specialize
> different depending on the type.
>
There'