Re: [fpc-pascal] An example to compress all files in a directory?

2009-08-31 Thread Michael Van Canneyt
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

[fpc-pascal] An example to compress all files in a directory?

2009-08-31 Thread luca_manganelli
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/

Re: [fpc-pascal] TMultiReadExclusiveWriteSynchronizer is wrongly implemented

2009-08-31 Thread Marco van de Voort
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

Re: [fpc-pascal] TMultiReadExclusiveWriteSynchronizer is wrongly implemented

2009-08-31 Thread Graeme Geldenhuys
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