PureZIP library : ZIP / UNZIP files

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Post by sec »

gnozal wrote:
sec wrote:
Frontier wrote:
Inner wrote:4.30 beta 2 & 3 of Purebasic reports;
The following PureLibrary is missing: StringExtension
Hi,
All gnozal's libraries expose this error, it has to do with differences in PB 4.30b2. When gnozal recompiles his libraries for PB 4.30b2 (or final) the error will disappear.
Hi gnozal,
Did you fix this error?How fix this error?
The libs will be recompiled with PB4.30 final.
Thanks,
but can't wait to try purezip :(
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

sec wrote:Thanks,
but can't wait to try purezip :(
You can try the PB4.20 version or the DLL version with PB4.30 beta x
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

4.3 final? :lol:
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
JCV
Enthusiast
Enthusiast
Posts: 580
Joined: Fri Jun 30, 2006 4:30 pm
Location: Philippines

Post by JCV »

beta 5 is the "release candidate". So its good for final 4.3 update? :)

[Registered PB User since 2006]
[PureBasic 6.20][SpiderBasic 2.2]
[RP4 x64][Win 11 x64][Ubuntu x64]
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Post by sec »

JCV wrote:beta 5 is the "release candidate". So its good for final 4.3 update? :)
True.
gnozal: Please hear purezip users, we need you :)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

sec wrote:
JCV wrote:beta 5 is the "release candidate". So its good for final 4.3 update? :)
True.
gnozal: Please hear purezip users, we need you :)
Ok, ok ...
Here it is (recompiled with PB4.30b5) : http://freenet-homepage.de/gnozal/PureZIP_430.zip
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Post by sec »

gnozal wrote:
sec wrote:
JCV wrote:beta 5 is the "release candidate". So its good for final 4.3 update? :)
True.
gnozal: Please hear purezip users, we need you :)
Ok, ok ...
Here it is (recompiled with PB4.30b5) : http://freenet-homepage.de/gnozal/PureZIP_430.zip
Thanks gnozal, it works :)
Seymour Clufley
Addict
Addict
Posts: 1264
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Post by Seymour Clufley »

Thanks for that, Gnozal. Your tools are much appreciated!
User avatar
Sveinung
Enthusiast
Enthusiast
Posts: 142
Joined: Tue Oct 07, 2003 11:03 am
Location: Bergen, Norway

Post by Sveinung »

Gnozal

First of all thank you for these excelent libs. But it is possible to get them in 4.30 x64? Please :D

Regards
Sveinung
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Sveinung wrote:First of all thank you for these excelent libs. But it is possible to get them in 4.30 x64?
Not for the moment.
Sorry.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
besko
User
User
Posts: 42
Joined: Tue Oct 28, 2008 1:08 pm

Post by besko »

What lib more faster compressing data PureLZMA or PureZIP library ?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

besko wrote:What lib more faster compressing data PureLZMA or PureZIP library ?
I think ZIP should be faster and LZMA compress better.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

@gnozal: Can you set the compression level in PureZIP? I was playing with
your lib today but couldn't see anything in the Help file for it? Am I blind? :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

PB wrote:@gnozal: Can you set the compression level in PureZIP? I was playing with your lib today but couldn't see anything in the Help file for it? Am I blind? :)
You can choose between no compression (store) and best compression (deflate algo) with PureZIP_SetCompressionAlgorithm().
I think there is no reason to choose a low compression algo as deflate is very fast.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

So I assume the deflate algo is the default, then? The Help doesn't say. ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply