User: TheBreadCat

  • Public profile

User profile: TheBreadCat

User info
User name:TheBreadCat
History
Joined:
Number of posts:43
Latest posts:

Winsock 2, bind problem & WSAGetLastError
Oh bloody hell why did I forget that -_-' And it works, thanks for pointing it out for me.

Winsock 2, bind problem & WSAGetLastError
As said, my problem is that [code] accept()[/code] fails and [code] WSAGetLastError()[/code] returns...

Winsock 2, bind problem & WSAGetLastError
[code]try { SOCKET sock = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP); if (sock == INVALID_SOCKET...

Winsock 2, bind problem & WSAGetLastError
bump

Winsock 2, bind problem & WSAGetLastError
[code]try { SOCKET sock = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); // TCP if (sock == INVALID...

This user does not accept Private Messages