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

Vitaliy Margolen wine-devel at kievinfo.com
Sat Jul 3 08:26:51 CDT 2010


On 07/01/2010 12:55 PM, Hayan Lee wrote:
> 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, CreateBitmapIndirect()
See RelayFromExclude in http://wiki.winehq.org/UsefulRegistryKeys that will
exclude all internal calls to listed dlls from relay output.

Default Wine setup has that key set to "winex11.drv;user32;gdi32;advapi32;kernel32".

Also note that some exports are marked as -norelay in .spec file. You won't get
any relay output for such functions.

Vitaliy.



More information about the wine-devel mailing list