Am 27.10.2017 11:08 schrieb "Ryan Joseph" :
> On Oct 27, 2017, at 4:02 PM, Michael Van Canneyt
wrote:
>
> Why you were advised to include these calls explicitly ?
>
> The only reason I can think of is when your code runs in a DLL, called by
an
> application that creates threads externally, or w
> On Oct 27, 2017, at 4:02 PM, Michael Van Canneyt
> wrote:
>
> Why you were advised to include these calls explicitly ?
>
> The only reason I can think of is when your code runs in a DLL, called by an
> application that creates threads externally, or when you have callbacks from
> a DLL whic
On Fri, 27 Oct 2017, Ryan Joseph wrote:
In the latest version of MacOS calls to InitThread starting crashing so I
removed the InitThread/DoneThread pair and surprisingly nothing broke. I
was instructed some years ago to include these in my threads to support
the FPC runtime but what are they