Hey everyone, I'm working on my first program using "Winsock2.h".
I'm getting back linker errors "error LNK2001: unresolved external symbol ..."
9 unresolved externals total
The program came from an MSDN tutorial: "A simple winsock program", its a simple ping program that sends packets to a loopback address.
when I include winsock2.h I use
#include <stdio.h> // for printf
#include "winsock2.h"
I'm sure its got something to do with define, but I've never worked with that in my programs before. If someone can point me to a tutorial, I'd be very happy. Thanks for viewing.