7zip LZMA compression
Re: 7zip LZMA compression
thx to Mistrel and luis, works fine here.
-
- New User
- Posts: 2
- Joined: Tue Sep 21, 2010 11:18 pm
Re: 7zip LZMA compression
Hi there.
I tried the 7z-code above. Very, very interesting. I prefer RAR or 7z.
The generated 7z-archive created by the code seems to be not valid! I cannot unpack it (using WinRAR). "Unexpected file-end".
Any Ideas?
I tried the 7z-code above. Very, very interesting. I prefer RAR or 7z.
The generated 7z-archive created by the code seems to be not valid! I cannot unpack it (using WinRAR). "Unexpected file-end".
Any Ideas?
Thanks,
Agent_Sasori
Agent_Sasori
Re: 7zip LZMA compression
Can you unpack it using 7zip?
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: 7zip LZMA compression
Imho, the code does not generate a 7-zip archive.agentsasori wrote: I tried the 7z-code above. Very, very interesting. I prefer RAR or 7z.
The generated 7z-archive created by the code seems to be not valid! I cannot unpack it (using WinRAR). "Unexpected file-end".
Any Ideas?
It compresses a file using the LZMA algorithm, with a basic header.
The 7z format is much more complicated.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- New User
- Posts: 2
- Joined: Tue Sep 21, 2010 11:18 pm
Re: 7zip LZMA compression
Hi.
No, I cannot open the archive. 7z-filemanager also.
So how to open it? Only with the pb-routine?
No, I cannot open the archive. 7z-filemanager also.
So how to open it? Only with the pb-routine?
Thanks,
Agent_Sasori
Agent_Sasori
Re: 7zip LZMA compression
I fear Gnozal is right.
You could, of course, always use the 7zip .DLL to have all 7zip functionality at hand...
You could, of course, always use the 7zip .DLL to have all 7zip functionality at hand...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )