Re: WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-28 Thread Vincent Béron
Le lun 27/10/2003 à 06:05, Mike McCormack a écrit : > Hi Subhobroto, > > Vincent Béron wrote: > > >> } > >>+ > >>// > >>+char szTemp[MAX_PATH]={0}; > ... > > > Please don't use // style comments. Not

Re: WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-27 Thread Mike McCormack
Hi Subhobroto, Vincent Béron wrote: } + // +char szTemp[MAX_PATH]={0}; ... Please don't use // style comments. Not all C compilers accept them. Please don't use any features of C++. The above variable

Re: WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-26 Thread Vincent Béron
Le dim 26/10/2003 à 12:20, Subhobroto Sinha a écrit : > Hello all Hello, > > This patch has been inlined as well as attached as a > ZIP file, so suit yourself. Compressed patches are not the preferred way. Totally inlined is the preferred way, then plain-text attachment (no quoted-printable stu

WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-26 Thread Subhobroto Sinha
Hello all I finally produced the "official patch" after verifying that everything is OK. This patch has been inlined as well as attached as a ZIP file, so suit yourself. All reports regaring this patch is to be sent to with a proper subject prefixed by "IPersistFile patch" in the subject header

Re: WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-24 Thread Vincent Béron
Le ven 24/10/2003 à 13:21, Subhobroto Sinha a écrit : > Hi. > > I finally produced the "official patch" after > verifying that everything is OK. > Thanks to Dimi for putting up a temporary diff for me > meanwhile ;) > > This patch has been inlined as well as attached as a > ZIP file, so suit your

WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-24 Thread Subhobroto Sinha
Hi. I finally produced the "official patch" after verifying that everything is OK. Thanks to Dimi for putting up a temporary diff for me meanwhile ;) This patch has been inlined as well as attached as a ZIP file, so suit yourself. All reports regaring this patch is to be sent to with a proper s