From: dodger AT softhome DOT net (dodger) Newsgroups: comp.os.msdos.djgpp Subject: Re: Anyone used WSock? Date: Tue, 01 Dec 1998 18:51:06 GMT Organization: The Matrix Lines: 17 Message-ID: <366439c4.3511497@news.eskimo.com> References: <366338d0 DOT 27748616 AT news DOT eskimo DOT com> <19981130221209 DOT 06933 DOT 00000444 AT ng-fq1 DOT aol DOT com> NNTP-Posting-Host: mail.boneyards.net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 1 Dec 1998 03:12:09 GMT, compwiz826 AT aol DOT com (Compwiz826) wrote: >the reason it doesn't compile is u need to upgrade your gcc to gxx .... I can't >figure how to get from c to c++ either :-< Sorry, my mistake folks. I am in fact using gxx to compile. (I still occasionally have trouble getting the right terminology) I'm getting errors on SocketInit() I found the prototype but I don't see a definition anywhere. and the Socket class member functions (not defined). I've not ever had to link external libraries before, as it appears I might need to do here, so I'm unsure how to proceed. - Shawn