Date: Fri, 2 Jul 93 18:50:59 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: jibpefuj AT sisb00 DOT si DOT ehu DOT es Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: djgpp and OS2 > Someone has used djgpp under OS/2?, any problems ? I have used djgpp 1.10 under OS/2, with no obvious problems. Previous versions will not work. Direct access to the lower 1MB, including screen memory, is less convenient when using DPMI, which is what you get under OS/2 and Windows. You have to use DOS calls and take a performance hit, or assembly language. (There are some routines included in the package to make it easier.)