I need inet_ntoa function, but which one is better, ws2_32.dll or wsock32.dll?
Doesn't wsock32.dll just forward most functions to ws2_32.dll on Winsock 2 machines? Keeping the wsock32.dll reference will mean compatibility with older (Winsock 1.x) OS too wont it?
HR,
Ghandi
Use ws2_32.dll, wsock32 is old.