To: djgpp mailing list Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp mailinglist) Subject: Re: v 2.0 Date: Tue, 06 Dec 94 09:29:49 +0200 From: "Eli Zaretskii" > 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 Adapting to v2.0 should be possible by only recompiling the v1.x sources. Just be sure to not use any 1.x-specific features, like video memory mapped to specific address, support for a subset of real-mode interrupts via int86() and the like. If you are unsure about any given issue, you might as well ask about it explicitly and in detail. You can test your program compatibility for v2.0 today by running it in DPMI mode (i.e., in Windows DOS box or under a DPMI server like QDPMI). It's probably not a 100% ensurance ticket (what is?), but it's close.