From: mhahn AT esoc DOT esa DOT de (Markus Hahn) Subject: DJGPP+TCPLIB, but how use DOS as is (16bit) To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Fri, 23 Jun 1995 16:49:22 +0000 (GMT) Congratulations ! It was a good idea to have a look inside this mail ! I'm using the conjunction of DJGPP and TCPLIB to realize access to a UNIX server from a DOS machine. In future we will port the program to a palmtop (as soon as the hardware arrives) to allow for mobile retrieval, which is supported by the interface I still am working on. It's part of my diploma thesis at TH-Darmstadt. The problem arising with those small (8086 compatible) machines, is that we can no longer use the DOS extender (go32) due to the obvious hardware constraints. Does anyone know a different (non-commercial) library supplying us with networking routines, that could be used with a compiler supporting 16-bit object code like the one from Borland ? /*****************************************************************************/ /* */ /* Is there a 16-bit equivalent (no commercial) solution to the conjunction */ /* of DJ's compiler with tcp-lib ? */ /* */ /*****************************************************************************/ Many thanx and good by for this time ! Marcus