Re: [Fwd: Re: [E-devel] Ewl and Ecore main loop]

2005-01-08 Thread The Rasterman
On Wed, 29 Dec 2004 09:53:35 -0500 (EST) "Nigel Benns" <[EMAIL PROTECTED]> babbled: > This is becoming a pain. :( > > If everything else didn't work 100% without any screwing around I would > probably have given up already. > > I received a response from the Mono list tha

Re: [Fwd: Re: [E-devel] Ewl and Ecore main loop]

2005-01-01 Thread Ibukun Olumuyiwa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nigel Benns wrote: | This is becoming a pain. :( | | If everything else didn't work 100% without any screwing around I would | probably have given up already. | | I received a response from the Mono list that they use SIGPWR for their | garbage collecto

Re: [Fwd: Re: [E-devel] Ewl and Ecore main loop]

2004-12-29 Thread Nathan Ingersoll
Hehe, were you able to sort out your issues then? On Thu, 23 Dec 2004 09:00:54 -0500 (EST), Nigel Benns <[EMAIL PROTECTED]> wrote: > Apparently I can't spell sourceforge!!! > > Hi Nathan, > > Thats the weird thing... I've basically recreated the Helloworld C program > in the ewl book, and it doe

Re: [Fwd: Re: [E-devel] Ewl and Ecore main loop]

2004-12-29 Thread Nigel Benns
This is becoming a pain. :( If everything else didn't work 100% without any screwing around I would probably have given up already. I received a response from the Mono list that they use SIGPWR for their garbage collector. And that is interfering with this line: _ecore_signal_callback_set(SIGPW

[Fwd: Re: [Fwd: Re: [E-devel] Ewl and Ecore main loop]]

2004-12-24 Thread Nigel Benns
Ok, no it didn't... But I figured out what exactly is causing it.. I just don't know why. if I do the equivilent of this is C# my program won't exit: #include int main(int argc, char **argv) { ewl_init(&argc, argv); } which actually translates to: using System; public class HelloWo

[Fwd: Re: [E-devel] Ewl and Ecore main loop]

2004-12-23 Thread Nigel Benns
Apparently I can't spell sourceforge!!! Hi Nathan, Thats the weird thing... I've basically recreated the Helloworld C program in the ewl book, and it doesn't exit for me. I call: ewl_init(argc, argv) create the window, add the delete event and then call ewl_main(); the delete event destroys

[E-devel] Ewl and Ecore main loop

2004-12-22 Thread Nigel Benns
I have a question about the main loop in ewl (or ecore really). I'm trying to create an Ewl-Sharp library and I'm having a problem exitting the main loop function. In fact once I call ewl_init(argc, argv); I can't exit the program without calling ecore_shutdown(); and getting a "Power Failure" me