Albrecht Schlosser wrote: > ... > If this is okay and working, then (maybe) we could also make the > compiler macro USE_ASYNC_SELECT obsolete. By loading the dll and ... > > fl_wsk_async_select = (fl_wsk_async_select_f) > GetProcAddress(s_wsock_mod, "WSAAsyncSelect"); > > we get this additionally. However, I don't know, if the code with > WSAAsyncSelect() has ever been tested and would be working. Does > anybody know this?
Async select should work with all versions of winsock2 - the problems we had were between Win9x and WinNT/2000 and winsock1, where only NT/2000 winsock1 supported it. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
