Re: shell32: Implement SHGetPathFromIDList based on GetDisplayNameOf

2005-06-24 Thread Michael Jung
On Friday 24 June 2005 04:15, Vitaliy Margolen wrote: > > Do you have a piece of code, or an application which crashes because of > > this loop? I didn't have any problems with it up to now. Would be cool if > > I could have a look at the code to find the problem. > > shlfolder test will do it righ

Re[2]: shell32: Implement SHGetPathFromIDList based on GetDisplayNameOf

2005-06-23 Thread Vitaliy Margolen
Thursday, June 23, 2005, 1:57:27 PM, you wrote: > Hi Vitaliy, > On Thursday 23 June 2005 20:57, Vitaliy Margolen wrote: >> This patch broke shell ParseDisplayName (created call loop) from >> IShellFolder_ParseDisplayName to SHELL32_ParseNextElement back to >> IShellFolder_ParseDisplayName > SHEL

Re: shell32: Implement SHGetPathFromIDList based on GetDisplayNameOf

2005-06-23 Thread Michael Jung
Hi Vitaliy, On Thursday 23 June 2005 20:57, Vitaliy Margolen wrote: > This patch broke shell ParseDisplayName (created call loop) from > IShellFolder_ParseDisplayName to SHELL32_ParseNextElement back to > IShellFolder_ParseDisplayName SHELL32_ParseNextElement consumes one path component each time

Re: shell32: Implement SHGetPathFromIDList based on GetDisplayNameOf

2005-06-23 Thread Vitaliy Margolen
Alexandre, could you back this patch out? This patch broke shell ParseDisplayName (created call loop) from IShellFolder_ParseDisplayName to SHELL32_ParseNextElement back to IShellFolder_ParseDisplayName Vitaliy Margolen Tuesday, June 14, 2005, 14:08:31, Vitaliy Margolen wrote: > Changelog: >