Date: Tue, 01 Aug 95 05:48:50 EDT From: "William Parsons Newhall, Jr." Organization: The American University Subject: DPMI Graphics and DJGPP V2 To: DPMI Graphics and DJGPP Awhile back I developed a set of VESA graphics libraries in DJGPP making use of DPMI.H and direct writes to 0XD0000000. I used these methods because it was said to be easily portable to DJGPP version 2. There are two things that I will need to know: is there an equivalent to _GO32_dpmi_simulate_int() and the _go32_dpmi_registers? and how can I use farptr.h to directly write to the VESA frame buffer window at 0xD0000000? Any tips appreciated... William Newhall