Am 26.06.2004 14:34:58 schrieb(en) Tilman Sauerbeck:
Make sure you run ecore_x_init() (and ecore_init()) to initialize the
library.
Argh, Forgot ecore_x_init() :(
Thanks
--
Regards
Antonio
---
This SF.Net email sponsored by Black Hat Briefings & T
Antonio Palladini <[EMAIL PROTECTED]> [2004-06-26 14:12]:
> i have tryed out ecore_x_window_new(0,100,50,800,60) but it breaks with
> SIGSEGV.
>
> gdb says:
> [...]
> 0x4032e61d in ecore_x_window_new (parent=0, x=0, y=0, w=0, h=0) at
> ecore_x_window.c:22
> 22 if (parent == 0) parent = D
Carsten Haitzler <[EMAIL PROTECTED]> [2004-06-25 15:01]:
> > IMHO, the last point is really weak. If we don't use ecore_event because
> > event handlers are always global and not tied to a specific object, we
> > admit that the system sucks :]
>
> it's a convenience that this works this way. but n
Hello List,
i have tryed out ecore_x_window_new(0,100,50,800,60) but it breaks with
SIGSEGV.
gdb says:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1085351296 (LWP 25747)]
0x4032e61d in ecore_x_window_new (parent=0, x=0, y=0, w=0, h=0) at
ecore_x_window.c:22
22