On 04.02.2011, at 16:56, Miklos Espak wrote: > Hi, > > I am a beginner in FLTK and cannot figure out what's wrong with the following > code. Segmentation fault occures at the consoleWindow->show() invocation. > > Could you help me, please?
I can't see anything wrong except that you should use the comman line args (Fl::args(argc, argv);), but that will not create a crash. What does the debugger backtrace give you? (in gdb, that would be the "bt" command) _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

