Newsgroups: comp.os.msdos.djgpp From: rd5718 AT irix DOT bris DOT ac DOT uk (Rich Dawe) Subject: Re: sockets and rpc? X-Nntp-Posting-Host: irix.bris.ac.uk Message-ID: Lines: 26 Sender: usenet AT fsa DOT bris DOT ac DOT uk (Usenet) Organization: University of Bristol, England X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] References: <710koa$2il$1 AT newnews DOT global DOT net DOT uk> Date: Mon, 26 Oct 1998 11:41:03 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Bimal Shah (Bimal AT lgco DOT globalnet DOT co DOT uk DOT nospam) wrote: : is there sockets support in djgpp? DJGPP doesn't come with socket support. You need a separate library. If you'd like to program in C, you could try the library I maintain - see: http://libsocket.home.ml.org/ If you prefer C++, try Dan Hedlund's WSOCK library - I can't remember the URL, but a DejaNews search will find it. Also, the FAQ mentions lots of libraries, so it might be worth looking in that. : Can you do rpc (cannot find rpcgen)? I don't think there are any RPC libraries for DJGPP. One way of getting RPC would be to port the Linux code, but this is obviously a difficult and time consuming task. I don't know if it's possible. Hope this helps. -- ============================================================================== Rich Dawe - 4th-year MSci Physicist @ Bristol University, UK richdawe AT bigfoot DOT com, http://www.bigfoot.com/~richdawe/ ==============================================================================