Date: Thu, 14 Nov 1996 09:13:52 +0200 (IST) From: Eli Zaretskii To: Stuart Thorpe Cc: djgpp AT delorie DOT com Subject: Re: DJGPP 2.01 Upgrading. In-Reply-To: <56drji$ubg@news.inconnect.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 14 Nov 1996, Stuart Thorpe wrote: > 2) What changes am I going to see in the way I write code. I noticed a few > people saying there 2.0 stuff doesn't work in 2.01.. If you mean source-level compatibility, then that's NOT true: sources which work with v2.0 should also compile unaltered with v2.01. You might only have problems if you used some headers from the include/libc subdirectory (which are only for compiling the library). The only other caveat is to not mix executables from v2.0 distribution with the v2.01 ones, since subtle changes in invoking child programs can bite you in some (rare) cases. In sum: get djdev201 and the binaries of every DJGPP package you use.