I'm reading through a Winsock book for C++ and it says that in order to use winsock2 I need to reference the ws2_32.lib library file. How do I do this with the .Net compiler?
"When compiling your application with WINSOCK2.H, you should link with WS2_32.LIB library"
That's what my book says.
Thanks in advance.
"When compiling your application with WINSOCK2.H, you should link with WS2_32.LIB library"
That's what my book says.
Thanks in advance.