http://bugs.winehq.org/show_bug.cgi?id=2096
tony_lambregts@telusplanet.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
------- Additional Comments From tony_lambregts@telusplanet.net 2004-22-04 10:45 ------- .tools/findfunc lets you find where and how various functions are defined.
$ ./tools/findfunc CreateBitMap /dlls/gdi/gdi.exe.spec:48 pascal -ret16 CreateBitmap(word word word word ptr) CreateBitmap16 /dlls/gdi/gdi.exe.spec:49 pascal -ret16 CreateBitmapIndirect(ptr) CreateBitmapIndirect16 /dlls/gdi/gdi32.spec:@ stdcall CreateBitmap(long long long long ptr) /dlls/gdi/gdi32.spec:@ stdcall CreateBitmapIndirect(ptr) /dlls/gdi/wing.spec:1003 pascal -ret16 WinGCreateBitmap(word ptr ptr) WinGCreateBitmap16 /dlls/user/display.drv.spec:20 stub CreateBitmap /dlls/x11drv/x11drv.spec:@ cdecl CreateBitmap(ptr long) X11DRV_CreateBitmap /dlls/gdi/gdi16.c:HBITMAP16 WINAPI CreateBitmap16( INT16 width, INT16 height, UINT16 planes, /dlls/gdi/gdi16.c:HBITMAP16 WINAPI CreateBitmapIndirect16( const BITMAP16 * bmp ) /include/wingdi.h:HBITMAP WINAPI CreateBitmap(INT,INT,UINT,UINT,LPCVOID); /include/wingdi.h:HBITMAP WINAPI CreateBitmapIndirect(const BITMAP*); /include/wine/wingdi16.h:HBITMAP16 WINAPI CreateBitmap16(INT16,INT16,UINT16,UINT16,LPCVOID); /include/wine/wingdi16.h:HBITMAP16 WINAPI CreateBitmapIndirect16(const BITMAP16*); /objects/bitmap.c:HBITMAP WINAPI CreateBitmap( INT width, INT height, UINT planes, /objects/bitmap.c:HBITMAP WINAPI CreateBitmapIndirect(
It is curious this is in the spec file definition... /dlls/gdi/gdi32.spec:@ stdcall CreateBitmap(long long long long ptr)
This is not how msdn defines it...
Please create an attachment of the crash. I would like to see a trace and back trace (bt in winedbg) from the crash.
http://www.winehq.org/site/docs/wine-user/bug-reporting#AEN2824