WS2_32.dll has not a getaddrinfo function.

  • Thread starter Thread starter run
  • Start date Start date
R

run

My enveronment
- IE6
- .Net 1.1 sp1
- Windows 2000 sp4

I cannot use function "CSMTPConnection" on Vc++.Net on Windows 2000.
because WS2_32.dll on error message as "The procedure entry point
getaddrinfo could not be located in the dynamic link library
WS2_32.dll". How i can updated winsock new version on windows2000?
I want to execute file.
Thank you.
 
run said:
My enveronment
- IE6
- .Net 1.1 sp1
- Windows 2000 sp4

I cannot use function "CSMTPConnection" on Vc++.Net on
Windows 2000. because WS2_32.dll on error message as
"The procedure entry point getaddrinfo could not be
located in the dynamic link library WS2_32.dll". How i
can updated winsock new version on windows2000? I want to
execute file.

getaddrinfo() is only supported on NT5.1+ = XP/2003.
 
Back
Top