Re: [Pgui-devel] I have a problem with using signals

2002-01-28 Thread Micah Dowty
I don't think there's anything the client library is deliberately doing to stop signals, but there is a problem with making PicoGUI API calls from signal handlers. If you need to make a PicoGUI call in response to a signal, you should set a flag in the signal handler and set up a select() bott

[Pgui-devel] I have a problem with using signals

2002-01-28 Thread hasan huseyin yilmaz
hey I am trying to catch some signals which is sent by another process in linux system.I use linux signal handler function to set the interrupt vector to my functions. /* signal function in linux */ signal(SIG_INT,(void *)interrupt); void interrupt(void) { pgMessageDialog("Signal