ariock wrote:
> I'm using fltk 1.1.9, and here is the result for VC2008 v9.0.21022.8
Sounds specific to V9, which I don't have.. I only have V8,
and I doubt I'll install V9 anytime soon, to prevent messing up
my working compiler setup.
Can you show the *build log* which should show all the compiler flags?
Possibly a new flag is needed to disable 'who knows what' new rule
the new V9 compiler might have.
FLTK core folks, does this make any sense?
IIRC, Fl_Scrollbar subclasses from Fl_Slider, and Fl_Slider from
Fl_Valuator,
and all are public, so a reference to Fl_Scrollbar::value(double)
should be able to find the value(double) with no weird casting.
Microsoft's v8 compiler can call Fl_Scrollbar::value(double)
[which ends up calling Fl_Valuator::value(double)], but it would appear
Microsoft's *v9* compiler cannot, which doesn't make sense to me.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk