Duane Clark wrote:
Tony Lambregts wrote:
It seems that one of the patches to shlexec.c has broken WinZip. The following is a trace from WinZip from this morning.
fixme:toolbar:TOOLBAR_CheckStyle [10026] TBSTYLE_ALTDRAG not implemented fixme:toolbar:TOOLBAR_CheckStyle [10026] TBSTYLE_ALTDRAG not implemented fixme:listview:LISTVIEW_UnsupportedStyles !LVS_SHAREIMAGELISTS err:shell:SHGetFileInfoA pidl is null! fixme:listview:LISTVIEW_SetColumnOrderArray iCount 9 lpiArray 0x405b689c err:shell:SHGetFileInfoA pidl is null!
I have been trying to debug this for a while and it did not have this problem yesterday. If you want to download WinZip here is the url http://www.winzip.com/
Well, I do see the same thing, but the patch that breaks it for me is this one:
My appologies to you Duane. It was not your patch, It was Juergen Schmied's patch,
http://www.winehq.com/hypermail/wine-cvs/2002/07/0191.html
and **this one by Alexandre Julliard which is required by the previous patch.
http://www.winehq.com/hypermail/wine-cvs/2002/07/0192.html
Of course its a huge patch that covers lots of files so I have know idea what its doing wrong. I was right about it beeing a shell32 problem though. <Grin>
Tony Lambregts