Date: Mon, 5 Dec 94 19:24:55 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: steve AT prd DOT co DOT uk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: v 2.0 > Could someone in the know tell me whether I should wait for version > 2.0 before I port a couple of important projects to dgjpp from BCC? > In other words, will I have much reworking to do? The likely areas > of effort will be in accessing specified locations in real memory, and > in working out whether the customer's machine is set up to be able to > handle a djgpp executable without hacking the config.sys file. A lot of work (so far) has been done to make sure that old djgpp sources continue to work as is with the new djgpp environment (V2). Thus, porting efforts now will not be wasted when V2 comes out. However, V2 will have many performance and compatibility improvements that may be worth porting to from the old djgpp sources. It's likely that any system that can run V1 programs will be able to run V1 programs, but the way we do this is by providing a DPMI server that's based (loosely, by now :-) on the old go32.exe sources. Some things in V2 needed to be fixed. Specficially, anything that didn't work in a Windows DOS box (V2 requires dpmi). Graphics and emu386 never worked in DPMI mode, and will not work in V2 without a redesign. I've gotten emu387 done; recent news is that GRX V2 is out for alpha (don't ask for it - it's ALPHA! BETA is when you get to ask for it), so the graphics story is close also. DJ