Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: broadview AT earthlink DOT net, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: HELP, Calling 16 Bit Functions in Protected Mode Date: Thu, 28 May 1998 16:25:56 -0700 Message-ID: <19980528232445.AAE7077@ppp101.cartsys.com> Precedence: bulk At 10:45 5/28/1998 -0700, Steven S. Falls wrote: > Does anyone know how to call 16 bit functions in DJGPP? For example, >if you want to take the address of a interrupt function and call it with >a function pointer. Use the `__dpmi_simulate_real_mode_procedure*' family of functions. See their docs. Nate Eldredge nate AT cartsys DOT com