From: David Powell Newsgroups: comp.os.msdos.djgpp Subject: Re: Socktes programming Date: Sat, 31 Jan 1998 23:11:40 +1100 Organization: The University of Melbourne Lines: 23 Message-ID: <34D314FC.853EB6DC@usa.net> References: <34CF85D2 DOT 1C690D8C AT 127 DOT 0 DOT 0 DOT 1> NNTP-Posting-Host: its-tserv4asy63.its.unimelb.edu.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Fernando wrote: > Is it possible to compile applications using sockets and winsock 2 and > run them in a DOS window under windows 95 ??? > > Thanks, > Fernando > > -- > These are my personal opinions. > Email: sanabriaf at yahoo dot com Yep, use the wsock library, which accesses the wsock.vxd, which is an underlying part of win95's winsock implementation. There aren't any docs, as you just use the standard winsock calls. Try looking at the following page: http://www.rt66.com/~brennan/djgpp/ hope it helps, david