Hello, I am working on the goodUE project (http://www.goodUE.com/)
and we are considering using glib for portability reasons. Also we like the
event loop system of programming. I was wondering how much work needs to be done on the WIN32 side? Do
threads and sockets work under both WIN32 and UNIX? Would it be okay if we added some extra socket functions such as
g_listen, g_bind, and g_connect? Or would we be better building our own system as we go along? Thanks. Yonas. |