Date: Thu, 28 Apr 1994 13:29:21 +0100 To: djgpp AT sun DOT soe DOT clarkson DOT edu From: mag1007 AT hermes DOT cam DOT ac DOT uk (Martin Granell) Subject: DJGPP and Trumpet TCPIP Hello, I've been trying to set up a mud for dos. I've got the trumpet TCP/IP Package (running over a packet driver.) installed. I have written code to interface to the ABI for it. I am using _dpmi_simumlate_int(...) to do all the interupts. I set up a listening port. I then poll the TCP/IP package with tcp_doio (by simulating an interupt), which deals with the IP packets going into and out of the computer, and wait. When a packet comes in, djgpp simulates the tcp_doio interupt then aborts (with the text Abort!). I'm new to using djgpp and I don't know its innards. If you know anyone who has had tried running a program compiled with djgpp to access data over the network, preferrably succesfully, could you possibly give me his email address, or give him mine. I've been struggling with this thing for ages, and I can't get any more information from the documentation that comes with it. Any help would be really appreciated. Thanks in advance. Yours, Martin.