>
> On 07.12.2010, at 06:59, idgaff wrote:
>
> > Hello All,
> >=20
> > Previously I have used FLTK Versions 1.1.4 1.1.7 1.1.9 which when =
> loaded into the VS6 workspace compiled first time with no errors.
> >=20
> > I am having problems compiling FLTK 1.3.x-r7942 under Visual Studio 6.
> > The errors are related to the source file Fl_Text_Display.cxx
> >=20
> > with the following error messages
> > error C2230: '=3D=3D' : indirection to different types
> > error C2446: '=3D=3D' : no conversion from 'const class =
> Fl_Text_Display *const ' to 'class Fl_Widget *'
> >=20
> > Does anyone know the reason for these errors? any help appreciated.
>
> A lot was changed in these files in recent days. Could you please send =
> me the full error report including line numbers?=
>
Report as requested, also at the end of the compilation the variable
$(ProjectName) is not found.
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(1941) : error C2446: '==' :
no conversion from 'const class Fl_Text_Display *const ' to 'class Fl_Widget *'
Conversion loses qualifiers
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(1941) : error C2230: '==' :
indirection to different types
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(1944) : error C2446: '==' :
no conversion from 'const class Fl_Text_Display *const ' to 'class Fl_Widget *'
Conversion loses qualifiers
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(1944) : error C2230: '==' :
indirection to different types
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(1949) : error C2446: '==' :
no conversion from 'const class Fl_Text_Display *const ' to 'class Fl_Widget *'
Conversion loses qualifiers
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(1949) : error C2230: '==' :
indirection to different types
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(1953) : error C2446: '==' :
no conversion from 'const class Fl_Text_Display *const ' to 'class Fl_Widget *'
Conversion loses qualifiers
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(1953) : error C2230: '==' :
indirection to different types
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(2014) : error C2446: '==' :
no conversion from 'const class Fl_Text_Display *const ' to 'class Fl_Widget *'
Conversion loses qualifiers
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(2014) : error C2230: '==' :
indirection to different types
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(2020) : error C2446: '==' :
no conversion from 'const class Fl_Text_Display *const ' to 'class Fl_Widget *'
Conversion loses qualifiers
I:\Programming\fltk-1-3-x\src\Fl_Text_Display.cxx(2020) : error C2230: '==' :
indirection to different types
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications. To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
Error executing cl.exe.
fltkd.lib - 12 error(s), 0 warning(s)
The following environment variables were not found
$(ProjectName)
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk