> 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... >
I installed 1.3.0 version 8441. It compiled very cleanly. It runs o.k. too. But I've encountered a minor problem that I also ran into on my XP 64 bit machine. I can not get XP to recognize the new version of fluid as the application assigned to open .fl files. It seems to have the old path and filename association stuck in the registry. Found a couple of workarounds: 1) rename the new fltk folder to the old folder name, or 2) give the new fluid executable a different name (I changed it from fluidd.exe to fluid.exe). I prefer #2. Either way, by right-clicking on a .fl file, XP will now let me associate the new version of fluid with .fl files. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

