PBZip & PBBuild Updates
PBZip & PBBuild Updates
PBZip
Callbacks now work during compression.
File Dates and times are now stored in archives.
PBBuild2
Fixed that silly "Compile Failed" dialog that appeared even when there was no error.
All of the paths to tools etc are user selectable.
It should work for everyone now that none of the paths are hard coded.
grab them from my site http://spangly.purebasic.org
Callbacks now work during compression.
File Dates and times are now stored in archives.
PBBuild2
Fixed that silly "Compile Failed" dialog that appeared even when there was no error.
All of the paths to tools etc are user selectable.
It should work for everyone now that none of the paths are hard coded.
grab them from my site http://spangly.purebasic.org
i've been pretty impressed with your PBzip lib, but i would like to request a feature for it ^^
it would be awesome if you could add flags for the compression level, so that when making zip's we can set how packed it will be.
that's the only feature i can think of that is missing from this lib, great work!
it would be awesome if you could add flags for the compression level, so that when making zip's we can set how packed it will be.
that's the only feature i can think of that is missing from this lib, great work!
--Aszid--
Making crazy people sane, starting tomorrow.
Making crazy people sane, starting tomorrow.
Thanks for the inputaszid wrote:i've been pretty impressed with your PBzip lib, but i would like to request a feature for it ^^
it would be awesome if you could add flags for the compression level, so that when making zip's we can set how packed it will be.
that's the only feature i can think of that is missing from this lib, great work!

The library only supports deflate and store compression methods, which means either compressed or not.
Store is only any good if a file isn't really compressible (png files for instance)
At the moment, deflate compression is set to maximum!
would you really want to be able to have poorer compression

I plan to add flags so that you can choose store, deflate or bzip2.
I am planning support for BZip2 in zip files, which appears to be a new addition to the pkzip standard.
@Jurgen
You can already store paths with files
To add a file with paths do the following
ZipAddFile("c:\","temp\somefile.txt")
the file "somefile.txt" will be stored in the zip as "temp\somefile.txt" and when extracted the "temp" folder will be created and "somefile.txt" will reside in the "temp" folder.
hope that helps.
You can already store paths with files
To add a file with paths do the following
ZipAddFile("c:\","temp\somefile.txt")
the file "somefile.txt" will be stored in the zip as "temp\somefile.txt" and when extracted the "temp" folder will be created and "somefile.txt" will reside in the "temp" folder.
hope that helps.
-
- Enthusiast
- Posts: 781
- Joined: Fri Apr 25, 2003 6:51 pm
- Location: NC, USA
- Contact:
What ever happened to you, Spangly? And what ever happened to PBZip?
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
-
- Enthusiast
- Posts: 202
- Joined: Sun Apr 27, 2003 4:44 am
- Location: Michigan, USA
- Contact:
He had it hosted on my server (well, it's still there), but it hasn't been updated since September of 2003, so I'm guessing it probably doesn't work all that well with current versions of PB (though I haven't tested it!).
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
- Fangbeast
- PureBasic Protozoa
- Posts: 4789
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Sent him an email,no reply
Sent him an email many months ago and no reply. he seems missing in action. His library does not work properly under the current pb, gives me POLINK errors, lots of them.Karbon wrote:He had it hosted on my server (well, it's still there), but it hasn't been updated since September of 2003, so I'm guessing it probably doesn't work all that well with current versions of PB (though I haven't tested it!).
I'd love for this to be updated too, it's seriously needed since ZIP is widely used all over the world.
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet