CreatePack fault for Tar pack. Manual issue?
Posted: Thu Jan 30, 2025 6:49 pm
If a 'CreatePack(0,file$,#PB_PackerPlugin_Tar,9)' is used, then it does not compress, it onli does with '#PB_PackerPlugin_Tar|#PB_Packer_Gzip' or '#PB_PackerPlugin_Tar|#PB_Packer_Bzip2' flags.
I guess it is a fault in the manual which says:
Besides of it, even used with some of the correct flags, the function UncompressMemory() returns 0 after being compressed the memory with the same flags.
I guess it is a fault in the manual which says:
Looks like the 'can' word must be 'must'.#PB_PackerPlugin_Tar : use the Tar packer to create the pack file. UseTarPacker() has to be called to register the plugin.
It can be combined with #PB_Packer_Gzip or #PB_Packer_Bzip2 to create compressed tar archive.
Besides of it, even used with some of the correct flags, the function UncompressMemory() returns 0 after being compressed the memory with the same flags.