PurePack 0.002 uploaded

Developed or developing a new product in PureBasic? Tell the world about it.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

PurePack 0.002 uploaded

Post by gnozal »

PurePack is a part of my Purebasic Installer Toolkit project. At this time,
I am only working on the archiver part.
PurePack is using Purebasic's internal JCalG1 algorithm.

New version uploaded :
- some fixes
- some changes
- new functions
- new GUI sfx module

Download
http://people.freenet.de/gnozal/PurePack.zip
_________________
For tools, jaPBe plugins and libs, visit http://people.freenet.de/gnozal
Last edited by gnozal on Mon Apr 04, 2005 2:17 pm, edited 1 time in total.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Case you haven't noticed someone uploaded a new version of the forums!

The link is dead!!!
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

The link is dead!!!
See first post of thread.
Last edited by gnozal on Mon Apr 04, 2005 2:19 pm, edited 1 time in total.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

i dont understand.:
If i write a file, test.txt with this in it: "I AM UNCOMPRESSED", and packs
it, if i open the packed file, i still can read "I AM UNCOMPRESSED". Thats
weird. It happens to all i pack with purebasics algorithm-
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

If a file can't be significally compressed (allready compressed files, very small files, ...), the file is simply stored in the archive (ratio = 100%).
Try with a larger text file (or word document) for exemple.
Remember : the packer is NOT for crypting files (use an RC4 algorithm for example : viewtopic.php?t=6905&highlight=rc4).
Post Reply