From: "B. Teague" Newsgroups: comp.os.msdos.djgpp Subject: Re: hmmmm Date: 17 Dec 1998 02:29:09 GMT Organization: CampusCWIX Lines: 19 Message-ID: <01be297d$acd76280$4b9cdbcd@briantea> References: <3675D61D DOT 1DAE8B15 AT islandia DOT is> NNTP-Posting-Host: s22-pm06.uky.campus.mci.net X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In theory, you would create the socket with "create", then bind it with "bind", then connect with it with "connect." I've never done it with DJGPP, but that's the sequence with my Linux GNU compiler. There's some good example source on the 'Net; search for pages containing the above functions. (Sorry, I don't have a URL handy.) The other thing is, you might be using Windows (3.x, 9x) and DJGPP doesn't do sockets with winsock (or, at least, not very nicely.) -Brian Kjartan Baldursson wrote in article <3675D61D DOT 1DAE8B15 AT islandia DOT is>... > How can i Connect to someone with > Connect(AF_INET,........... > as Internet protocol such ip / port > >