I have some old C code that uses winsock for network programming. It
appears that VC++ 2005 (Express) does not include winsock support. Is
there any way to use winsock functions?
>I have some old C code that uses winsock for network programming. It
> appears that VC++ 2005 (Express) does not include winsock support. Is
> there any way to use winsock functions?
Download the free Platform SDK from
http://www.microsoft.com/downloads/details.aspx?FamilyId=0BAF2B35-C656-4969-ACE8
-E4C0C0716ADB
Rich - 24 Nov 2006 16:20 GMT
Thanks Ben - I knew there was something simple I was missing.
Got it working now.