WS2_32.dll error in my app. Help me!

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
 
W

William DePalo [MVP VC++]

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
 

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