Re: [fpc-pascal] fpc in symlinked directory

2014-05-18 Thread Burdjia.com
Great news! I'll comment it to Pascal Game Developer community and in Club Delphi too. Guillermo "Ñuño" Martínez ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] From deflate to gzip

2014-04-01 Thread Burdjia.com
Hello, You can use libtar and zstream units, from the LCL. Class TTarArchive creates a .tar stream and TCompressionStream compress it using gzip algorithm. Combine them to create .tar.gz archives. Both classes can work "on the fly" without saving information on disk. Guillermo "Ñuño" Martínez