On 3/18/07, vermilions276 <[EMAIL PROTECTED]> wrote:
>
> Hello,
>    I m new to using VC++..Initially I tried out trivial progs using
> this IDE which worked perfetly fine.But I tried to write a server n
> client program using sockets(WINSOCK).but I m unable to build since it
> gives me errors like
>
> Linking...
> ser_cli.obj : error LNK2019: unresolved external symbol
> [EMAIL PROTECTED] referenced in function _main
>
> for all the winsock api s i use even though i hv included the
> headers(winsock2.h,ws2tcpip.h ...)i hv even checked the directory
> paths to look for include files.Is there anything else i shud do?
> Cud anyone please help with this.
>
> regards,
> Shreya



 Requires:


      Library

Use Ws2_32.lib.
  DLL Requires Ws2_32.dll.
Make sure that required library is linked to your program.HTH
-- 
Regards
Sumit Chawla ("eNetra : Hail the Invention")


"Computers are useless. They can only give you answers.":Pablo Picasso


[Non-text portions of this message have been removed]

Reply via email to