> > On 2 Dec 2011, at 00:04, Long To wrote: > > >>>=20 > >>> On 1 Dec 2011, at 23:45, Long To wrote: > >>>=20 > >>>> Hello, > >>>> =3D20 > >>>> I have succeeded to compile the flbill source in vs2010 with =3D > >>> fltk-1.3.x without any major problem; but am getting the following =3D= > > >>> linker errors. I seems to remeber seeing the same errors before > >>>> =3D20 > >>>> fltk.lib(Fl.obj) : error LNK2001: unresolved external symbol =3D > >>> ___WSAFDIsSet@8 > >>>> 1>fltk.lib(Fl.obj) : error LNK2001: unresolved external symbol =3D > >>> _select@20 > >>>> 1>fltk.lib(Fl.obj) : error LNK2001: unresolved external symbol =3D > >>> __imp___TrackMouseEvent@ > >>>> =3D20 > >>>> Could someone point me to the right path? Thanks! > >>>=20 > >>>=20 > >>> You are missing a windows lib from your link line - can't recall =3D > >>> off-hand which one, looks like maybe comctl32 at a guess. > >>>=20 > >>>=20 > >>>=20 > >> Thank! That was one of them; __WSAFDIsSet and _select@20 still = > unresolved. > >=20 > > Solve! the other required windows lib is: wsock32.lib > > > Hmm, maybe, though I think that is deprecated. Try ws2_32 (or whatever = > it is called) first and only use wsock32 if that does not work. > > > >
ws2_32.lib works, Thanks! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

