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!
While searching through winehq.com I came across the URL http://www.winehq.com/WineAPI/ImageList_Write.html which describes that ImageList::Write is indeed not implemented due to the fact that IStream32::Write is not implemented....
Is implementing these functions a particular difficult task or has nobody had any spare time to do it yet? I have no knowlegde whatsoever of the structure of Wine or the Windows API, but I have some spare time and some code skills...
Does anyone have any hints on this issue?
Bye! Marc Maurer
Please CC a reply to me, since I can't subscribe to this mailinglist, due to an unknown low level error reported by mailman :-)
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... ;-)