Page 1 of 1

PurePack 0.002 uploaded

Posted: Mon Jan 12, 2004 8:51 am
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

Posted: Mon Jan 12, 2004 12:46 pm
by Num3
Case you haven't noticed someone uploaded a new version of the forums!

The link is dead!!!

Posted: Tue Jan 13, 2004 1:04 am
by gnozal
The link is dead!!!
See first post of thread.

Posted: Sat Jan 17, 2004 12:15 pm
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-

Posted: Mon Jan 26, 2004 12:16 pm
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).