Re: Unsupported feature in SHFileOperationW

2004-05-28 Thread Phillip . Ezolt
Hi all, Here is patch for the SHFileOperationW problem. (Which I originally sent out in January. ) It isn't perfect, and it fixes the problem for my application. (which happens to be the same as Lionel's) According to Lionel the fix is better than what is there today, but it falls short

Re: Unsupported feature in SHFileOperationW

2004-05-28 Thread fenix
[EMAIL PROTECTED] >Sujet: Unsupported feature in SHFileOperationW >Date: Fri, 28 May 2004 18:02:50 +0200 > >Hi all, > >A game demo installer uses SHFileOperationA to copy files over... And it >expects also the destination directories to be created when the copy is >done. > &g

Unsupported feature in SHFileOperationW

2004-05-28 Thread Lionel Ulmer
Hi all, A game demo installer uses SHFileOperationA to copy files over... And it expects also the destination directories to be created when the copy is done. Basically, it gives a list of fully qualified source files and their corresponding fully qualified destination files and cann the SHFileOp