[fpc-pascal] Microsoft SAPI on Freepascal
Marco van de Voort
fpc at pascalprogramming.org
Tue Jun 27 09:42:06 CEST 2023
On 26-6-2023 21:39, Michael Van Canneyt via fpc-pascal wrote:
> (afaik 3.2.2's comobj does this automatically, in older version YMMV).
>
> Well, I checked prior to sending my answer. If it does this, it's well
> hidden. There seems to be some hook for it, though.
It hooks initproc into a linked list fashion which is called at the end
of FPC_INITIALIZEUNITS, which is a way to put it last/late in the init
sequence.
More information about the fpc-pascal
mailing list