On Fri, Nov 02, 2001 at 10:46:06PM +0100, j.m.maurer wrote:
Hello Wine Developers!
For a while now I want to use Delphi under Wine, which works for 99%. The one thing that is missing seems to be the implementation of ImageList::Write which prevents opening of Forms which contain an ImageList control.
The output Wine gives is: -- fixme:imagelist:ImageList_Write empty stub!
[...]
Does anyone have any hints on this issue?
It's in dlls/comctl32/imagelist.c, in case you don't know. Check out search.microsoft.com for docu on that stuff and start coding... ;-)