From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: [DJGPP] Re: DJGPP2Linux/Unix!? Date: Tue, 14 Sep 1999 11:19:47 -0700 Organization: Harvey Mudd College Lines: 37 Message-ID: <37DE91C3.C72F37E4@hmc.edu> References: <3 DOT 0 DOT 6 DOT 16 DOT 19990914093617 DOT 2a7fa950 AT mail DOT cybercable DOT fr> NNTP-Posting-Host: mercury.st.hmc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: nntp1.interworld.net 937333176 38997 134.173.45.219 (14 Sep 1999 18:19:36 GMT) X-Complaints-To: usenet AT nntp1 DOT interworld DOT net NNTP-Posting-Date: 14 Sep 1999 18:19:36 GMT X-Mailer: Mozilla 4.61 [en] (X11; U; Linux 2.2.13pre7 i586) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Michelle Konzack wrote: > > Hey cool, > > thats my question too. > > I am using on my second Workstation DR-Dos 7.03 with TCPIP > and the DJGPP C and C++ Developement environement. > > On my third Workstation I have Debian 2.1 > and I like to program under Linux too. > > Curently I am programming a E-Mail and News Client for Dos (with packet) > and I like to port/compile it for Linux. > > Question 1: Is there a RHIDE version for Linux ??? > I love it an I need it !!! There is, for the console. I think you can get it from RH's home page (not sure of the URL at the moment). > Question 2: My program use a nice GUI (PartitionMagic 4.0 like) > How can I do it under Linux without a WindowManager > like KDE ??? I know That I can make GUI programs for > the console, but how ??? I'm not familiar with PartitionMagic. Is this a text or graphics mode GUI? Text mode can be accomplished with curses. Graphics can be done with svgalib, which is a graphics library. You can also get GRX to run on top of it, if you like that interface; and there is a port of Allegro to X Windows. -- Nate Eldredge neldredge AT hmc DOT edu