SOCKADDR_STORAGE Missing

  • Thread starter Thread starter Andre
  • Start date Start date
A

Andre

I want to use SOCKADDR_STORAGE in a server I'm building
using VC++ 6.0 (Visual Studio 6). It should be defined in
the WINSOCK2.H file. I installed Visual Studio Service
Pack 5, which I assumed would update my WINSOCK2.H file,
but it didn't. Any ideas as how to get my WINSOCK2.H file
updated or is there something else I'm supposed to have?

Thank You,
Andre
 
Get the latest Platform SDK (BTW, it's best to get the entire thing, not
piece by piece).

{L}
 
Back
Top