Re: [Pgui-devel] problem accepting signals in picogui

2002-07-23 Thread Micah Dowty
It's hard to tell without an example program, but it sounds like the signal handler either isn't getting installed or it's getting uninstalled somewhere along the way. A normal cli_c app spends most of it's time at that select() call, waiting for data from the server, so if a fatal signal was r

Re: [Pgui-devel] [Semi-OT]:Pgui and Python in embedded places.

2002-07-23 Thread Micah Dowty
IMHO, the affinity with Python recently has a lot to do with the cruftiness of cli_c. Sure, it's usable, but cli_python is a lot more fun to use. Python's being used on the Agenda VR3, so it's definitely a cantidate for use in some embedded systems. We won't be abandoning C any time soon though

[Pgui-devel] [Semi-OT]:Pgui and Python in embedded places.

2002-07-23 Thread Gray, Tim
I was wondering about the affinity with Python lately in regards to PicoGUI. Is python small enough and easily embedable enough to be used in a rom/ram only embedded system? Thanks. --- This sf.net email is sponsored by:ThinkGeek Welcome to

[Pgui-devel] problem accepting signals in picogui

2002-07-23 Thread hasan huseyin yilmaz
when you send any signal to picogui Application. Aplication Terminates I will give you what function calls made after signal arrived. Application first calls pgGetEvent() at netcore.c at line 1331 then, it calls pgFlushRequests at netcore.c at line 1165 later it calls up _pg_getresponse(eventwai