> Perhaps someone could check if SOCKET is really a 32bit type on 64bit > Windows.
No it isn't. >From the latest SDK: typedef UINT_PTR SOCKET; A SOCKET is a pointer disguised as an integer and thus 64-bit on 64-bit platforms.
> Perhaps someone could check if SOCKET is really a 32bit type on 64bit > Windows.
No it isn't. >From the latest SDK: typedef UINT_PTR SOCKET; A SOCKET is a pointer disguised as an integer and thus 64-bit on 64-bit platforms.