Displaying 3 results from an estimated 3 matches for "imagelist_remov".
Did you mean:
imagelist_remove
2001 Oct 15
3
fixme:ole:CoRegisterMessageFilter stub
...y
good).
The program was installed with success, but there a one problem when I try
read the messages:
----------------------------------------------------------
[root@anapaula B2]# wine B2.exe
fixme:ole:CoRegisterMessageFilter stub
err:treeview:TREEVIEW_Sort invalid item hParent=0
err:imagelist:ImageList_Remove index out of range! 0
err:imagelist:ImageList_Remove index out of range! 0
err:imagelist:ImageList_Remove index out of range! 0
err:imagelist:ImageList_Remove index out of range! 0
fixme:ole:CoRegisterMessageFilter stub
[root@anapaula B2]#
--------------------------------------------------------...
2007 Apr 27
0
Wine release 0.9.36
...localui: Avoid crash on NULL pointer.
localui: Implement ConfigurePortUI for COMx.
Dmitry Timoshkov (7):
version: Add a VerQueryValue test, make it mostly pass under Wine.
advapi32: Thunk GetFileSecurityW to NtQuerySecurityObject.
comctl32: Fix an off by one error in ImageList_Remove.
comctl32: Use packing only for public ILHEAD structure, 2 bytes packing is enough.
comctl32: Add an image list storage test, make it pass under Wine.
comctl32: Add more image list tests, fix one problem found.
user32: Windows doesn't redraw a window if it is being just...
2006 Nov 10
0
Wine release 0.9.25
...Create a helper function to copy a block of images.
comctl32: Use imagelist_copy_images() in ImageList_SetImageCount().
comctl32: Remove Nx1 assumptions in ImageList_GetIcon().
comctl32: Remove Nx1 assumptions in ImageList_Merge.
comctl32: Remove another Nx1 assumption from ImageList_Remove().
comctl32: Fix an Nx1 in ImageList_DrawIndirect().
comctl32: Fix Nx1 assumptions when adding multiple bitmaps with ImageList_Add.
comctl32: Check if GetObject fails on bitmaps passed to us.
comctl32: Remove a Nx1 assuption in ImageList_AddMasked().
comctl32: Switch...