Date: Fri, 22 Apr 94 12:59:23 -0400 From: dj AT ctron DOT com (DJ Delorie) To: barbano AT ocar01 DOT OBS-AZUR DOT fr Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Calling TSR in GNU C++ > > WE are developping on an PC a program which must use an EXATAPE device; for t > his, we have an .OBJ library and a TSR device driver.We can't link the .OBJ libr > ry with the program, so is it possible to call the TSR routines inside our GNU > program .Thanks a lot for answer ... Lionel (barbano AT ocar01 DOT OBS-AZUR DOT fr) > It is possible. You'll have to fake the real-mode stack and registers and use _go32_dpmi_simulate_{int,fcall}().