From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGGP to Linux / MSVC Date: Mon, 27 Mar 2000 00:55:40 +0100 Organization: Customer of Planet Online Lines: 29 Message-ID: References: <8bj3lp$4gq$1 AT uranium DOT btinternet DOT com> NNTP-Posting-Host: modem-244.vanadium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news6.svr.pol.co.uk 954029190 2063 62.136.22.244 (26 Mar 2000 00:06:30 GMT) NNTP-Posting-Date: 26 Mar 2000 00:06:30 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "David Green" wrote: > 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?? Hmm, I really hope this thread doesn't turn into yet another Linux vs Microsoft debate. The choice depends on what software you are developing and why you want to switch (of course ;-) and it can't really be answered objectively without knowing that. Have you used DOS specific features (not available in Linux) or GCC specific features (not available in MSVC)? Or both? ;-) I would have thought that the target platform would have a very large impact on the choice of development tools. Is your application so flexible that you would be equally happy to host it under Linux or MS Windows? Linux uses the same compiler as DJGPP, and Allegro is also said to work in Linux. So unless you must continue to support the DOS platform, Linux could be a good bet. You should also be aware that MSVC will not produce code to run in a dos box as you do currently. I am curious to know why you must change though: - What benefits do you expect to get from the new environment ?