Re: [resend] [Try 4] [1/2] cabinet.dll -> FDICopy: Test added

2008-04-29 Thread James Hawkins
2008/4/29 Vitaly Perov <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] : cabinet: Revert "cabinet: Fix for FDICopy with an > empty cabinet file." > > Hi, > > > > The test was incorrect and failed on all platforms. Vitaly, please > > ask someone to test your patches on a real windows system in the

Re: [Try 3] [1/2] cabinet.dll -> FDICopy: Test added

2008-04-26 Thread Vitaly Perov
Hi, > Hi, > > The test was incorrect and failed on all platforms. Vitaly, please > ask someone to test your patches on a real windows system in the > future if you don't have access to one. I have never received this message. I found it by chance in the comment of Reece Dunn. Does the probl

Re: [Try 3] [1/2] cabinet.dll -> FDICopy: Test added

2008-04-05 Thread James Hawkins
2008/4/5 Vitaly Perov <[EMAIL PROTECTED]>: > This test checks if function FDICopy() of cabinet.dll correctly works with an > empty cabinet file (It's correct cab-file, but it has no files and folders > inside). > In this case Windows return TRUE, but WINE return FALSE. So the installation > of

Re: [1/2] cabinet.dll -> FDICopy: Test added [Try 2]

2008-04-01 Thread James Hawkins
2008/4/1 Vitaly Perov <[EMAIL PROTECTED]>: > This test checks if function FDICopy() of cabinet.dll correctly works with an > empty cabinet file (It's correct cab-file, but it has no files and folders > inside). > In this case Windows return TRUE, but WINE return FALSE. So the installation > of

Re: cabinet.dll -> FDICopy: Test added

2008-03-17 Thread Dmitry Timoshkov
"Vitaly Perov" <[EMAIL PROTECTED]> wrote: > +void CreateEmptyCab(void) > +{ > +static char file_array [] = {77, 83, 67, 70, 0, 0, 0, 0, 36, 0, 0, 0, 0, > 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 3, 1, > 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; It should be 'static const char' ? > +FILE* fp; > +int

re: cabinet.dll -> FDICopy: Test added

2008-03-17 Thread Dan Kegel
Did you forget the patch?