1. Re: accessing interrupts
- Posted by Robert Craig <rds at RapidEuphoria.com> Nov 01, 2001
- 449 views
Chris Bensler writes: > How can I call interrupts using exw.exe? > I can use dos_interrupt(), but I can't allocate low memory for buffers. exw doesn't support dos_interrupt(). You'll get an error message when you call it. Software interrupts are an old DOS thing. I don't think there's any way to use them in Windows. Microsoft expects you to use the WIN32 API for everything. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com

