Connecting Tech Pros Worldwide Forums | Help | Site Map

socket programming windows Dev-cpp environment

surendran.d@gmail.com
Guest
 
Posts: n/a
#1: Sep 29 '05
Hi all,

I am working on socket progamming in windows using Dev-cpp IDE.

When I try to compile my progam, I get the following error,

[Link error] undefined reference to 'WSAStartup@8'
FYI information I get same error in VC++ IDE, i tried including
"ws2_32.lib" in library. But still i get the error.

could any 1 pl tell how to get make my program run.

thanks,
sur,,


Jim Langston
Guest
 
Posts: n/a
#2: Sep 29 '05

re: socket programming windows Dev-cpp environment



<surendran.d@gmail.com> wrote in message
news:1127987367.617162.261060@z14g2000cwz.googlegr oups.com...[color=blue]
> Hi all,
>
> I am working on socket progamming in windows using Dev-cpp IDE.
>
> When I try to compile my progam, I get the following error,
>
> [Link error] undefined reference to 'WSAStartup@8'
> FYI information I get same error in VC++ IDE, i tried including
> "ws2_32.lib" in library. But still i get the error.
>
> could any 1 pl tell how to get make my program run.
>
> thanks,
> sur,,
>[/color]

try microsoft.public.vc


Closed Thread