On 8 Mar 2010, at 18:38, Pedro Henrique Linhares wrote: > > Following to the imacarthur's suggestion.. I posted my question and > code here: > http://www.gidforums.com/showthread.php?p=86184#post86184 > > Thank you again guys..
Pedro - would help a lot if what you posted was complete enough to be compileable... That aside, after adding a main() and tweaking toallow it to compile, I don't see the problem you report. I do see a nasty segfault though. Didn't spend any time investigating it, but from the gdb output I'd guess there's something in the code that is re-cursing off the end of the stack or something. So, anyway - I don't believe there is anything wrong with your translate() method per se, but something else in your code is screwed and invoking the translate() method is triggering it. What do you get when you run it in your debugger? What doe sit show happening? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

