Date: Fri, 12 Sep 1997 20:42:08 -0700 (PDT) Message-Id: <199709130342.UAA21041@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Craig Rennie , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: INCLUDE FILES MISSING! Precedence: bulk At 06:46 9/7/1997 GMT, Craig Rennie wrote: >Am I supposed to have the files NETDB.H and SOCKET.H with Djgpp's main >files or do I have to get them from somewhere else? if so where? These headers are part of a BSD socket implementation. Sockets are not supported by plain DJGPP. However, if you are writing a Windows program with RSX, there is a library called WSOCK which interfaces BSD socket calls to Winsock. Nate Eldredge eldredge AT ap DOT net