Re: [fltk.general] Floating point Exception

2012-05-25 Thread thirupathi reddy Mekala
> > > > > >Pixmap p, mask; > > > > > >if ( XpmCreatePixmapFromData(fltk::xdisplay, > > > DefaultRootWindow(fltk::xdisplay), > > > viewer_xpm, > > >

Re: [fltk.general] Floating point Exception

2012-05-23 Thread MacArthur, Ian (SELEX GALILEO, UK)
> When I clicked on a button twice am getting error floating point > Exception and application got closed. Why it is happening > In the callback of button am clearing clearing thr current > window > and opening another window. No idea. Show us some minimal, compileable,

Re: [fltk.general] Floating point Exception

2012-05-23 Thread Greg Ercolano
On 05/22/12 23:39, Rajesh Kumar wrote: > Hi all, > > When I clicked on a button twice am getting error floating point > Exception and application got closed. Why it is happening > In the callback of button am clearing clearing thr current window > and opening another window.

[fltk.general] Floating point Exception

2012-05-22 Thread Rajesh Kumar
Hi all, When I clicked on a button twice am getting error floating point Exception and application got closed. Why it is happening In the callback of button am clearing clearing thr current window and opening another window. Am using FLTK-1.3 and ARM processor ba