Re: [fltk.bugs] undefined reference to `Fl::gl_visual(int, int*)'

2011-01-18 Thread Albrecht Schlosser
On 18.01.2011 06:15, Ish wrote: undefined reference to `Fl::gl_visual(int, int*)' I believe that error means its implementation is missing. I haven't checked the source yet to confirm that. It isn't virtual from what I understand in the source code. using Fltk 1.3 Which exakt FLTK

Re: [fltk.bugs] undefined reference to `Fl::gl_visual(int, int*)'

2011-01-18 Thread Ish
On 18.01.2011 09:59, Albrecht Schlosser wrote: On 18.01.2011 06:15, Ish wrote: undefined reference to `Fl::gl_visual(int, int*)' I believe that error means its implementation is missing. I haven't checked the source yet to confirm that. It isn't virtual from what I understand in the

Re: [fltk.bugs] undefined reference to `Fl::gl_visual(int, int*)'

2011-01-18 Thread Ish
On 18.01.2011 09:59, Albrecht Schlosser wrote: On 18.01.2011 06:15, Ish wrote: undefined reference to `Fl::gl_visual(int, int*)' I believe that error means its implementation is missing. I haven't checked the source yet to confirm that. It isn't virtual from what I understand

Re: [fltk.bugs] undefined reference to `Fl::gl_visual(int, int*)'

2011-01-18 Thread Matthias Melcher
On 18.01.2011, at 15:55, Ish wrote: On 18.01.2011 09:59, Albrecht Schlosser wrote: On 18.01.2011 06:15, Ish wrote: undefined reference to `Fl::gl_visual(int, int*)' I believe that error means its implementation is missing. I haven't checked the source yet to confirm that. It isn't virtual

Re: [fltk.bugs] [HIGH] STR #2528: HTML documentation for Fl_Tooltip lacks constructor, destructor

2011-01-18 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2528 Version: 1.1.10 Fix Version: None This is correct. Fl_Tooltip is a purely static class. There is no need for a constructor because you can not instantiate it. To add a tooltip to a widget, simply call myWidget-tooltip(Wssn

Re: [fltk.bugs] Error in work FLUID2 (fltk2) (kde-4.4.5 xorg-1.9.2)

2011-01-18 Thread Matthias Melcher
On 15.01.2011, at 10:11, kdi...@live.ru wrote: On Linux in the moment, I using a fluid2.exe through an emulator `wine' and all works OK... Sorry, I don't know how to help you. Please try again in the fltk.general mailing list. ___ fltk-bugs

Re: [fltk.bugs] undefined reference to `Fl::gl_visual(int, int*)'

2011-01-18 Thread Ish
On 18.01.2011, at 15:55, Ish wrote: On 18.01.2011 09:59, Albrecht Schlosser wrote: On 18.01.2011 06:15, Ish wrote: undefined reference to `Fl::gl_visual(int, int*)' =20 I believe that error means its implementation is missing. I = haven't checked the source yet to confirm that. It