Date: Sun, 26 Mar 2000 06:51:52 +0500 Message-Id: <200003260151.GAA01096@midpec.com> From: tr AT midpec DOT com (Prashant TR) To: djgpp AT delorie DOT com In-reply-to: <8bj3lp$4gq$1@uranium.btinternet.com> (Dcgreen@btinternet.com) Subject: Re: DJGGP to Linux / MSVC References: <8bj3lp$4gq$1 AT uranium DOT btinternet DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk "David Green" proclaimed: > i'm currently developing using djggp (& allegro) in a dos box under 98, but > it seems that i'm going to have to switch development environments to either > Linux or MSVC. I'm curious as to how difficult its going to be to convert > code to either of these. anybody any experience of this and can offer > advice?? I don't know much about MSVC. And porting to Linux is going to be madness if you've used lots of interrupt handlers and direct access to hardware, etc. In all other cases, IMHO, it is quite easy to convert to a Linux port.