From: "Damien" Newsgroups: comp.os.msdos.djgpp Subject: Re: TCP/IP ? Date: 2 Oct 1997 18:13:32 GMT Organization: Beyond Reality Lines: 18 Message-ID: <01bccf5e$3fa0a7a0$e78462cf@damien> References: <01BCCF17 DOT 6EBB5720 AT h-d-06> NNTP-Posting-Host: phx-ts16-6.goodnet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Paul Clancy wrote in article <01BCCF17 DOT 6EBB5720 AT h-d-06>... > Is it possible to access TCP/IP services from a dos box under Windows 95 using an > exsiting DUN connection? Does anybody know of any libraries for DJGPP or > anything I can port? Yes, check out the WSOCK library. I believe there's a link to it at www.delorie.com. It works with Win95 & is supposed to work with Win 3.x as well, but I haven't tested it there so I don't know. WSOCK is done in C++ & comes with *no* documentation. It looks like the author tried to make it as close to Berkley sockets as possible, so if you know how to do that it shouldn't be a problem. -- -=Damien=- (remove the % from my address to email me) http://www.goodnet.com/~ej70339/