Re: accessing interrupts
On 1 Nov 2001, at 21:15, Robert Craig wrote:
>
> 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.
Actually, a 16bit device driver using dos and bios interrupts will work just
fine
in win95. So will dos calls hooked on the redirector dos int.
Kat
|
Not Categorized, Please Help
|
|