Date: Tue, 10 Oct 1995 10:49:40 +0200 (IST) From: Eli Zaretskii To: Reptile Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Are there any DJGPP 2.0 Docs out there? On Sat, 7 Oct 1995, Reptile wrote: > I have just downloaded djgpp 2.0 from idsoftware, (seems like the only > place that has it), but to my dismay, there was no documentation at all! That's the problem with beta releases--the docs is minimal. The only one I know of is the library reference Info file (info/libc.inf) and utilities reference (info/utils.inf), both in the djdevXXX.zip package. To be fixed by the time v2.0 is officially out. > I have a lot of graphics code that I have written, but it doesn't work with > 2.0. Are there any docs out there for what has changed from 112 to > 2.0? Thanks! This is explained in the DJGPP FAQ list (faq102.zip, available from the same place you get the official, not beta, DJGPP releases), Chapter 21, and also in Chapter 10 (which deals with graphics). Do you use GRX 2.0 for your graphics, or is it your own graphics code?