Good time of day!
After today's cvs chkout, i receive strange error on compilation in
apps/e/bin:
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/e17/include -I../..
-I../../src/bin -I../../src/lib -I/opt/e17/include -I/opt/e17/include
-I/opt/e17/include -I/opt/e17/include -I/opt/e17/include -DLO
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