Date: Thu, 28 Oct 1999 19:36:42 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Vladimir Mosgalin cc: djgpp AT delorie DOT com Subject: Re: I still need Linux DJGPP port In-Reply-To: <199910281214.QAA22578@ape.school.ioffe.rssi.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 28 Oct 1999, Vladimir Mosgalin wrote: > I have program, which uses DJGPP & dpmi functions. > I wish to compile it under Linux GCC without any cardinal changes. > Is there any library (and conio library too)? It is very hard to give you a reliable answer. It all depends on how heavily does the original program use conio and DPMI functions. I don't know if there is conio for Linux, but if there isn't, you should be able to rewrite the conio functions using curses or termcap facilities available on Linux. As for DPMI functions, some have Linux analogs, some are usually not needed at all, some are simply impossible to port to Linux. I suggest to ask specific questions about DPMI functions used by the original program. (Be sure to tell the details when you do.)