In article <[email protected]>, Greg Ercolano <[email protected]> wrote:
> Janus wrote: > > let me know if you need any more information > > Two things come to mind that you should check: > > Are your tooltips static strings, eg: yes, all static! no doubt. and the exact same source is working fine in a 1.1.10 linked version. > If they're static and its still crapping out, then it might > be a bug somewhere. > > Be sure if you recently switched to 1.3 that your #include's > aren't including files from a different version, eg. make sure > /usr/include/FL doesn't point to the 1.1.10 version while linking > against 1.3.x libs. > i don't have FL includes on the system, only inside my projects (using -I../../../fltk13) > Also: dig deeper in the debugger to find the string of the tooltip > in question. If you link against the debug version of FLTK, you'll > be able to see what the string's value is. (eg. in gdb with > 'up' and 'down' and 'print') well, gdb gives me the following and i'm not sure where to dig or what to look out for :) ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___() at 0x92b79a37 objc_exception_throw() at 0x973f9509 CFRunLoopRunSpecific() at 0x92a966ec CFRunLoopRunInMode() at 0x92a96291 RunCurrentEventLoopInMode() at 0x9060ce04 ReceiveNextEventCommon() at 0x9060cbb9 BlockUntilNextEventMatchingListInMode() at 0x9060ca3e _DPSNextEvent() at 0x92de278d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]() at 0x92de1fce do_queued_events() at Fl_cocoa.mm:657 0xd0911 fl_wait() at Fl_cocoa.mm:683 0xd0992 fl_mac_flush_and_wait() at Fl_cocoa.mm:692 0xd0a2f Fl::wait() at Fl.cxx:460 0xd72ee Fl::run() at Fl.cxx:521 0xd73b5 main() at main.C:158 0xc5aa8 _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

