Hayan
On Fri, Jul 9, 2010 at 2:29 PM, Marcus Meissner wrote:
> On Fri, Jul 09, 2010 at 10:34:10AM -0400, Hayan Lee wrote:
> > Hi, all
> >
> > I'm working on relay layer in WINE.
> > When I turn on WINEDEBUG=+relay, relay looks to miss some calls.
> >
> &g
Hi, all
I'm working on relay layer in WINE.
When I turn on WINEDEBUG=+relay, relay looks to miss some calls.
When is the relay layer loaded?
Before dll loaded or after?
If WINE does something in its initialization step, relay can catch those or
not?
Thanks in advance.
Hayan
Hi, all
I found that WINEDEBUG=+relay works by dlls/ntdll/relay.c
and I'm trying to catch function call of dlls.
Wine doc says relay supports user32, ntdll, etc, but not gdi32.
However when I run wine, some gdi32 calls are caught, e.g, CreateBitmap()
But some aren't caught, e.g, CreateBitmapIndir