Mail Archives: djgpp/1996/01/14/05:26:17
On Fri, 12 Jan 1996, Robert Jaycocks wrote:
> In the latest version of the cwsdpmi program (beta9), what is the correct
> method of redirection the int24 interrupt vector. This is required so that
> the program prints up a user friendly message box if the user tries to
> access the drive, when there is no disk within the drive. The method I was
I think that if you don't hook Int 24h at all, the call that tries to
access an empty drive will just fail, without printing the infamous
`Abort, Retry Fail' message. If I'm right, you can get away without
hooking Int 24h (if that's acceptable for your application).
- Raw text -