Hello everyone,

I've recently migrated/rewrote our small communication application from
Perl to C++ and used FLTK for the GUI part, the idea was to be able to
start using it on Win/Mac rather than giving Linux boxes to users...

As it's made of 2 pieces, the receiver (which is a daemon/service running
under the user that is logged in) and the sender (a small app that search
for and connect to the daemon/service running on the receiver's side), I
needed the daemon to keep the FLTK code and make sure the window is
displayed with the sender details... everything seems to work fine under
Linux/X11, though on the Mac side the code compiles fine but some settings,
mainly FL_Window::show(), fail under fork() and the child segfaults (and
the window is not displayed), if I run the code without forking anything it
seems to work fine... any idea how I could work around this problem or did
I miss anything?

Sorry if my message is not clear enough....

Thanks,
Bogdan P.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to