Re: IShellLink and non-existant exe files

2004-08-23 Thread Aric Stewart
You are right, I missed that second usage of exePath. I will rework my patch and resubmit it. thanks for the sharp eyes. -aric Christian Costa wrote: Hi, I don't know much about this code but some line below there is: Stream_WriteLocationInfo( stm, exePath ); In our case exePath is still empty

Re: IShellLink and non-existant exe files

2004-08-20 Thread Christian Costa
Hi, I don't know much about this code but some line below there is: Stream_WriteLocationInfo( stm, exePath ); In our case exePath is still empty. Shouldn't we set exePath to the same value as This->sPath ? Christian Aric Stewart wrote: It is possible under windows to create a .Lnk file to an exe