Autocad 2004 STATUS_INVALID_LDT_OFFSET

Jaap Stolk jwstolk at gmail.com
Fri Jun 23 10:47:01 CDT 2006


ExAllocatePoolWithTag( ) function in the file ntoskrnl_api.c :

I changed:
WINE_TRACE("(%d %ld %.4s), semi-stub\n", PoolType, NumberOfBytes, (char*)&Tag);
to:
WINE_TRACE("(%d %ld %4s), semi-stub\n", PoolType, NumberOfBytes, (char*)&Tag);

Don't know how decimals are supposed to work with a string, but it
didn't work for me.



More information about the wine-devel mailing list