On 15 Jun 2000, Alexandre Julliard wrote:
> Ove Kaaven <[EMAIL PROTECTED]> writes:
>
> > Huh? Doesn't it use the Callout mechanism? (Or it could be changed to use
> > GetProcAddress itself if Callout vanishes...)
>
> Not everywhere no (mostly the DOS interrupt routines don't).
DOS interrupts are also used by Win16 apps, what kind of scheme do you
have in mind?
> And it also needs other stuff like the VGA support etc.
Which is also available from Win16 apps by using the infamous dispdib.dll,
unfortunately...
I understand that a separation could be beneficial, but it's not obvious
how such a separation could be done. It'd be clearer how to do it if we
just put all the interrupt and VGA stuff into a DLL that could be loaded
into Win16 and DOS processes, rather than make it a Winelib app.