On Mon, 31 Aug 2009, luca_mangane...@comune.trento.it wrote:
Hi all,
I cannot find the documentation of Zipper so I ask you an example to
compress all files in a directory using this unit.
{$mode objfpc}
{$h+}
Program testzip;
uses Classes,Zipper;
Var
S : TStringList;
I : Integer;
b
Hi all,
I cannot find the documentation of Zipper so I ask you an example to
compress all files in a directory using this unit.
Thank you in advance,
Luca
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/
In our previous episode, Graeme Geldenhuys said:
> >> I just need confirmation that the current implementation in FPC is
> >> incorrect though.
> >
> > It's not incorrect, just inefficient.
>
> I have to disagree. The currently class name is
> TMultiReadExclusiveWriteSynchronizer. The currently
Vinzent Höfler wrote:
> Graeme Geldenhuys :
>
>> I have a corrected TMultiReadExclusiveWriteSynchronizer
>> implementation (don't worry, not based on Delphi implementation)
>> that I can donate to FPC.
>
> I hope it isn't based on the Delphi one. Last time I heard the Delphi
> implementation suff