Alexandre Julliard writes:
> Uwe Bonnes <[EMAIL PROTECTED]> writes:
> 
> > But my original question was about a transparent way to add a custom
> > interrupt handler perhaps with some entry in wine.conf like
> > 
> > [INTERRUPTS]
> > Int7b=/home/bon/int7b_handle.so
> > 
> > and  Wine loading that dll on startup and or on first entry to
> > BUILTIN_DefaultIntHandler and then doing the stuff in announced dll
> > instead of barfing.
> 
> Rather than doing an interrupt-specific hack, I'd suggest implementing
> the LD_PRELOAD Windows equivalent (there is a registry key for that),
> so that you can load any dll into a process. Then your dll entry point
> can install an interrupt handler with INT_SetPMHandler.
> 

Alexandre,

do you have a hint for me what to search for with MSDN ?

Bye

Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Reply via email to