MacArthur, Ian (SELEX GALILEO, UK) wrote: > >> This simple program crashes when trying print Fl_Help_View, with >> Fl_PSfile_Device it don't crash but generates an invalid >> postscript file. > > > It is probably not valid to call end_page() without first calling > start_page(), so I think you are getting segfaults trying to delete page > items that have never been created. > > Does that maybe tie in with what you re seeing? > > > > > SELEX Galileo Ltd > Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 > 3EL > A company registered in England& Wales. Company no. 02426132 > ******************************************************************** > This email and any attachments are confidential to the intended > recipient and may also be privileged. If you are not the intended > recipient please delete it from your system and notify the sender. > You should not copy it or use it for any purpose nor disclose or > distribute its contents to any other person. > ******************************************************************** >
Bingo ! Thanks very much, I didn't noted that I didn't issued a start_page() when I copy & paste it from another example and rearranged without a "for" loop ! Again thanks a lot ! _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
