Cannot Pack Files

Just starting out? Need help? Post your questions and find answers here.
eriksradio
User
User
Posts: 30
Joined: Tue Sep 09, 2003 11:44 pm
Location: Queensland, Australia

Cannot Pack Files

Post by eriksradio »

I am using PB 3.72
I cannot seem to pack files

CreatePack("xxx.exe")
AddPackFile("zzz.exe",5)

"xxx.exe" is always the same size as "zzz.exe."
What am I doing wrong?
Insomniac
New User
New User
Posts: 6
Joined: Sun Apr 27, 2003 12:28 am
Location: New Zealand

Post by Insomniac »

are you compressing a file that's already compressed? For example a self extracting executable.

Does a compression level of 9 give better results?

You may also want to you "if" staments to test the success of the packing.
eriksradio
User
User
Posts: 30
Joined: Tue Sep 09, 2003 11:44 pm
Location: Queensland, Australia

Post by eriksradio »

I have just upgraded to PB 3.79
It works fine. Fred mentions a fix for this problem in the upgrade notes.

3.79 is a little different though. I have to rewrite all the GUI's
and a few other things.
Post Reply