Date: Thu, 6 Apr 1995 19:34:33 -0400 From: dj (DJ Delorie) To: FIXER AT FAXCSL DOT DCRT DOT NIH DOT GOV Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: DPMI-safe screen access > Unfortunately, I myself am not familiar with the ins and outs of using the > DPMI-safe dosmemput() or routines, and I'd appreciate any advice > that people might offer me. Replace bcopy() with ScreenUpdate() - it does the same thing, but knows about DPMI. It calls dosmemput() the right way for you.