Date: Tue, 6 Dec 94 12:15:26 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: rossi AT cs DOT unibo DOT it Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: V2 and commercial level programs > djgpp is a dream for any dos programmer (flat-memory-model, free, ...) but > it is quite hard to write a commercia-level program with it (it's hard to > tell users to set environment variables, it's hard to install a critical > error handler, etc...). There are less environment variables, because more things are determined at link time or automatically. signals and critical errors should be easier because it's pure DPMI so you don't have to worry about what go32 will (or will not) support. > PS: well my aim is just to write a gif/jpeg freeware viewer program but I > had to switch to bcc... DISPLAY.EXE does all this and is pretty cool. It relies on good documentation for setup. > PPS: any detail about the way you'll access video memory with V2 ? Depends on the card. For normal SVGA, through the 0xa0000 window.