Marco van de Voort wrote:
Adam Naumowicz wrote:
Is that the proper way to install a signal handler?
Yes.
Doesn't he need something to indicate C calling conventions for the handler? Or does GPC install a default handler that calls user handlers in the pascal convention?
GPC uses the same calling convention as C by default (which makes these and other things so easy :-).
Frank