From: m DOT dekogel AT student DOT utwente DOT nl (Marcel de Kogel) Newsgroups: comp.os.msdos.djgpp,alt.sb.programmer Subject: NEW: AWE32, IRQ/Stack and Bitmap modules for DJGPP Date: Wed, 30 Oct 1996 17:35:40 GMT Organization: University of Twente, Enschede, The Netherlands Lines: 17 Message-ID: <5583jn$qjn@dinkel.civ.utwente.nl> NNTP-Posting-Host: cal013208.student.utwente.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, all! By popular demand, I've released the AWE, IRQ/Stack and Bitmap modules I use in various software I wrote as stand-alone packages. Here's what you can expect: AWE module: A set of low level functions allowing you to easily change most AWE parameters IRQ and Stack module: These handle reentrant interrupts, and can optionally pass control to the previous handler. Usage is similar to using the standard IRQ wrapper functions Bitmap module: A routine that should make it easy to add screen shot support to your application The packages are available at http://www.komkon.org/~dekogel/misc.html Marcel