WS2_32.dll error in my app. Help me!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

" The procedure entry point getaddrinfo could not be located in dynamic link library WS2_32.dll " error is occured while running my app.
I don't know how to clear this error.
Please reply me.
Thanx
 
ComputerGanesh said:
" The procedure entry point getaddrinfo could not
be located in dynamic link library WS2_32.dll " error
is occured while running my app.
I don't know how to clear this error.

Look up the function in the index in MSDN. Click on the check box icon. You
will see that the function is supported on XP and 2K+3. If you run on an
"earlier" platform then you can not use the function.

Regards,
Will
 
Back
Top