Re: cabinet.dll -> FDICopy: Test added
"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
Did you forget the patch?