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 that they

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

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:

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 doesn't

[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 Ewl.h int main(int argc, char **argv) { ewl_init(argc, argv); } which actually translates to: using System; public class