Xref: news2.mv.net comp.os.msdos.djgpp:7964
From: Derek Smith <dsmith AT cybernet DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: WATTCP and IDEs
Date: Wed, 21 Aug 1996 12:31:03 -0400
Organization: Cybernet Systems
Lines: 14
Message-ID: <321B39C7.46AB@cybernet.com>
NNTP-Posting-Host: charlie.cybernet.com
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

Does anybody know of any IDEs that are available for DJGPP that have a
debugger built in?  RHIDE seems fine, but the debugger option would
really be helpful. 

The reason it would be helpful is I am having some difficulties getting
the WATTCP libraries to run.  Specifically, I am not able to read from a
socket.  It opens and writes to the socket alright, and the daemon on
the other end of the socket it sending stuff out to be read, but my
program doesn't do it.  I am using sock_fast_read (I'm not sure if
that's the exact spelling of the function off hand, but you get the
point).

Thanks,
Derek