Xref: news2.mv.net comp.os.msdos.djgpp:1597 From: Jon Newsgroups: comp.os.msdos.djgpp Subject: Re: winsock programming with djgpp? Date: Sun, 03 Mar 1996 12:14:23 -0800 Organization: On-Ramp; Individual Internet Connections; Dallas/Ft Worth/Houston, TX USA Lines: 23 Message-ID: <3139FD9F.665E@onramp.net> References: <312A20FC DOT 59E2B600 AT eng DOT umd DOT edu> NNTP-Posting-Host: laurel28.onramp.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Sabean DJ-Gateway: from newsgroup comp.os.msdos.djgpp John Sabean wrote: : : I was looking into writing an application that would primarily : be using a SLIP/PPP link. It seems the most popular way to do : this is under Windows (or Win95) and using the winsock.dll. I : figured this might be something my program should support, however : I want the application to be a full screen DOS app, programmed : with DJGPP. : My question is, is there a way to program a winsock application : that would be used in a DOS window, using DJGPP? : : If anyone has tried this or has any information on how one could : do this, please email it to me or post it here. : : -- : : "Hello, is this Bill Clinton? Good. I figured if anyone knew : where to get some Tang around here, it would be you." : -Homer Well, I'm no C++ programming stud, and was wondering the same thing, Would it be possible(One of the programming gurus out there) to include the windows sockets header file in the code, and would it work?