manolo gouy wrote: >> manolo gouy wrote: >>> Domingo: >>> >>> Could you try and comment out this statement >>> pd.hwndOwner = GetForegroundWindow(); >>> at line 75 of file Fl_GDI_Printer.cxx, recompile the library, >>> and tell us whether the zombie process still occurs ? >> >> I've done it and there is no zombie proccess with this line commented. >> >> Only the print dialog is a bit different, without comment that line the >> list of printers is shown in a kind of multiline listbox, with that line >> commented the list of printers is shown in a combobox. > > Alternatively, could you, please, replace > pd.hwndOwner = GetForegroundWindow(); > by > pd.hwndOwner = fl_xid(Fl::first_window()); > > This will require to add > #include<FL/Fl.H> > > and tell us if the zombie disappears.
With "pd.hwndOwner = fl_xid(Fl::first_window());" the proccess remain zombie. Running through debugger gdb the "return Fl::run();" never returns. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
