R
Ronald
I get a WSAEAFNOSUPPORT 10047 :
Address family not supported by protocol family.
An address incompatible with the requested protocol was
used. All sockets are created with an associated address
family (that is, AF_INET for Internet Protocols) and a
generic protocol type (that is, SOCK_STREAM). This error
is returned if an incorrect protocol is explicitly
requested in the socket call, or if an address of the
wrong family is used for a socket, for example, in
sendto.
I don't know what to do next.
Can annyone help me ?
Address family not supported by protocol family.
An address incompatible with the requested protocol was
used. All sockets are created with an associated address
family (that is, AF_INET for Internet Protocols) and a
generic protocol type (that is, SOCK_STREAM). This error
is returned if an incorrect protocol is explicitly
requested in the socket call, or if an address of the
wrong family is used for a socket, for example, in
sendto.
I don't know what to do next.
Can annyone help me ?