[fltk.development] unresolved external symbol ___WSAFDIsSet referenced in function public: static void __cdecl Fl::add_fd........

2008-08-18 Thread harshavardhanreddy mandeepala
Hi friends, I compiled FLTK library for WinCE in Visual Studio 2005. I included most of the files while making FLTK library. Even build Jpeg also. The Build created the library. I did not include/build only GL files and glut_ files and XPM,PMP files.. But when i link this library to my

Re: [fltk.development] unresolved external symbol ___WSAFDIsSetreferenced in function public: static void __cdeclFl::add_fd........

2008-08-18 Thread MacArthur, Ian (SELEX GALILEO, UK)
BUILD: [01:000108:ERRORE] teststaticlib.lib(Fl.obj) : error LNK2019: unresolved external symbol ___WSAFDIsSet referenced in function public: static void __cdecl Fl::add_fd(int,int,void (__cdecl*)(int,void *),void *) ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) BUILD:

Re: [fltk.development] unresolved external symbol___WSAFDIsSetreferenced in function public: static void__cdeclFl::add_fd........

2008-08-18 Thread Greg Ercolano
MacArthur, Ian (SELEX GALILEO, UK) wrote: error.. unresolved external symbol ___WSAFDIsSet referenced in .. Fl::add_fd(..) error.. unresolved external symbol _select referenced in fl_wait(..) WSAFDIsSet is a M$ symbol, so must come from one of the platform libraries (not from fltk). I