Yes, you can find the newest version on sourceforge now:
http://sourceforge.net/projects/rfltk/
and it is accsessible with subversion
https://rfltk.svn.sourceforge.net/svnroot/rfltk rfltk
and also cvs. No tarbals yet.
It is a collection of fltk additions (Fl_Signal, Cartesian,
Fl_Rotated_Text) but they are independent and you can use each directory
independently. Need to update links on fltk website.
This version has some fixes to make it working with newest gcc (4.x) and
various visualc compilers. I have some new additions to it, especially a
widget template class Fl_Signal_Widget<> to simplify the syntax even
more and also let the widget to manage the callback life span but it is
not yet a part of the distribution.
The library should work with any version of fltk 1.1.x, 1.3 and most
likely with fltk 2 with compatibility headers or if you
redefine(typedef) Fl_Widget to fltk::Widget and Fl_Callback to
fltk::Callback before including "Fl_Signal.H" header(not tested, but
because the library uses only callback() and user_data() methods of the
widget which have the same syntax (you know usuall template problems),
it should work more-less right out the box).
At the end it uses relatively conservative subset of template features
and does not use stl. The library should compile (was tested) with many
gcc versions between 2.7 - 4.3 and VC6 VC7 (VS 2003), VC8 (VS 2005) but
for some specific versions there were some compile time errors as MSVC
required different syntax than gcc. Nevertheless I have fixed everything
what I have encounter and if you will have some problems, let me know.
Roman
MadCat wrote:
> I have a question about l_signal, is it still working on the last fltk
> libraries???
> Thanks in advantage for the help
> MadCat
>
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk