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