Re: Can Relay miss some calls in initialization stage?

2010-07-09 Thread Hayan Lee
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

Can Relay miss some calls in initialization stage?

2010-07-09 Thread Hayan Lee
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

Why some gdi32 calls aren't caught in relay while some are caught?

2010-07-01 Thread Hayan Lee
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