Menu

FLTKCallback++ / News: Recent posts

FLTKCallback++ v0.1.3 released

No new stuf only adaptation for fltk-1.1.3.

Posted by Boris Tomic 2003-02-15

FLTKCallback++ 0.1.1 released

This version is itended to be used with fltk 1.1.0rc6. No other changes were made.

Posted by Boris Tomic 2002-09-14

FltkCallback++0.1.0 Released

*This release is not compatible with releases 0.0.x so your old FC++ code want work.

*It is created for fltk-1.1.0rc3 and I am not sure will it work with older fltk releases.

*It is tested only on linux with gcc 2.95.3.

*configure will not check if you compiler supports templates so if your compiler does not support templates do not instal FC++.

See Fl_FCTKCallbacks.html in documentation directory for more info.

Posted by Boris Tomic 2002-06-12

Major Design Changes

For many reasons I decided to do major change in FC++ design. From next releases (0.1.0) there will only support for following features:

1.Only two types of functions and member functions will be allowed to be callback. These types are:
(for functions)
a. void func(void)
b. void func(Fl_Widget *w, void *p)
(for member functions)
a. void class::func(void)
b. void class::func(Fl_Widget *w, void *p)... read more

Posted by Boris Tomic 2002-05-30