Mike wrote
>
> I've run into a problem trying to build Version 1.3.0rc3 using MVC++ 6.0 in 
> Windows XP SP3 (32 bit). Looks like all the .cxx files are compiling o.k. 
> except for FL_Text_Display, where I get 12 errors like the one below.
>
> C:\Program Files\fltk-1.3.0rc3\src\Fl_Text_Display.cxx(1941) : error C2446: 
> '==' : no conversion from 'const class Fl_Text_Display *const ' to 'class 
> Fl_Widget *'
        Conversion loses qualifiers


There has been quite a lot of work done to correct building under VC++6.0 since 
1.3.0rc3. Included are fixes for exactly the errors you mention. And yes the 
later versions of VC don't have the same problem.

I would suggest that you download the latest weekly snapshot which contains 
these fixes and more...

_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to