WS2_32.dll has not a getaddrinfo function.

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.
 
A

Alessandro Angeli [MVP::DigitalMedia]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top