[Bug 2096] Quicken 2000 Deluxe crashes/Bad parm to CreateBitmap

Wine Bugs wine-bugs at winehq.org
Thu Apr 22 10:45:55 CDT 2004


http://bugs.winehq.org/show_bug.cgi?id=2096


tony_lambregts at telusplanet.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression




------- Additional Comments From tony_lambregts at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list