> Even, if a developer would
> not use add_fd() in one program, s/he might use it in another program
> that can be linked (statically or via dll) with the same FLTK library.
Good point, that add points for not permitting such practice.

As for now, I'd like to support and keep the original Matt suggestion and 
implementing it as best as we can, so here's what I'm currently changing:
The dynamic library to be loaded is by default WS2_32.DLL
the header used in fltk  is winsock2.h
Defining  the USE_WINSOCK1 compile time variable, would change this to the 
couple (winsock_32.dll/winsock.h)

Because, winsock2.h is preferably used in conjunction with WS2_32.DLL (check 
Ian feedback on STR#1906) , I can't anymore dynamically propose a choice 
between winsock 1 or 2 dll.



_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to