Date: Thu, 20 Nov 1997 19:21:22 +0200 (IST) From: Eli Zaretskii To: andrewc AT rosemail DOT rose DOT hp DOT com cc: djgpp-workers AT delorie DOT com Subject: Re: LFN on NT In-Reply-To: <199711201702.AA165755340@typhoon.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 20 Nov 1997, Andrew Crabtree wrote: > hardware interrupts. I think the problem is that the Virtual Dos Manager > already hooks int 21, and am not sure how a user supplied driver would > be able to chain into it. Your DLL will have to use a software interrupt anyway, right? Or are you thinking about another way of calling it? If it will be a software interrupt, then which one is easier to hook than 21h? I'm afraid all of the rest (2Fh, for example) that could be used for this goal are also hooked, probably by the same Virtual DOS Manager, because many DOS programs use functions of 2Fh.