Re: [fpc-pascal] Re: Cross platform signal handler?

2012-07-16 Thread Andreas Schneider
On Sunday, July 15, 2012, at 14:48 leledumbo wrote:
 It will depend on what you want to achive. So, what do you need it for?

 Handle Ctrl+C and other kinds of forced program termination.

Take a look here
http://hg.aksdb.de/CentrED/files/3bf040abc0311f68ad6c90486625fac2ce914c80/Server/UCEDServer.pas#L78-105

and here
http://hg.aksdb.de/CentrED/files/3bf040abc0311f68ad6c90486625fac2ce914c80/Server/UCEDServer.pas#L351-359

-- 
Best Regards,
Andreas

pgpVV4VtoVtbY.pgp
Description: PGP signature
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Cross platform signal handler?

2012-07-16 Thread leledumbo
Thanks, that's closer, I hope the linux ifdef could be replaced with unix
(Mac OS X is *nix, right?). I wonder why we don't have it at RTL level...

--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/Cross-platform-signal-handler-tp5710328p5710355.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Re: Cross platform signal handler?

2012-07-15 Thread leledumbo
 It will depend on what you want to achive. So, what do you need it for?

Handle Ctrl+C and other kinds of forced program termination.

--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/Cross-platform-signal-handler-tp5710328p5710332.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal