Hi, I am using FLTK and FLUID 1.1.8 which I built and installed, on RedHat EL-4 Gnu/Linux x86-64 machine. I'm fairly new to uisng FLUID though I have used some very simple FLTK code previously.
I built an interface that was working with a mainwindow and some Tabs, the Tabs have Scrolls with Packs inside. I added one more Pack with an Output inside, and suddenly the generated code segfaults during the constructor. Some experiments show that if I add the Pack with a Output member but don't give it a name, it does not segfault. IF I add the Pack but do not add the Output member, it does not segfault. I cannot so far understand how this can come about. At this point I would appreciate any advice on how to track down the problem. I am trying to create a minimal example that does not have hooks into the calculation routines but it seems like any small change makes the problem go away, like changing the label on the Pack. Any suggestions? Thanks Robert Screenshots of working/notworking Fluid attached if the news server allows. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

