Is this working with packet compressor? I can compress with UltraARC, but decompression doesn't work. This is my configuration:
Quote:
[External compressor acket]
packcmd = packetx64.exe a -v -r -mx -b512 -h4 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = packetx64.exe x -v $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp
|
it shows error when decompressing, like "unknown compression method", how to fix this problem?
Thanks btw for PMT