Page 1 of 1

[Implemented] LZMA Packer Library

Posted: Mon Aug 23, 2004 7:13 pm
by Ralf
lzma - 7z compression support in pure without the use of any dll would be really great! the source its complete free: http://7-zip.com/sdk.html

LZMA_PackMethode(#aglorythm) ; 7z ...
LZMA_AddPackFile(filename$,compressionlevel)
LZMA_AddPackMemory
LZMA_ClosePack
LZMA_CreatePack
LZMA_NextPackFile
LZMA_OpenPack
LZMA_PackFileSize
LZMA_PackMemory
LZMA_PackerCallback
LZMA_UnpackMemory

if someone started or always finished a lzma/7z for pure, please let me know! :!:

Posted: Mon Aug 23, 2004 8:33 pm
by KarLKoX
It is C++ code so it can't be added as a purebasic library without a rewrite to C wich is a big task.

Posted: Mon Aug 23, 2004 8:46 pm
by plouf
7z compression support in pure without the use of any dll
maybe a bit OOT but you saind without any personally i have no problem to use dll
do you have any example ? with a dll ? or just said

Posted: Tue Aug 24, 2004 2:16 am
by sec
KarLKoX wrote:It is C++ code so it can't be added as a purebasic library without a rewrite to C wich is a big task.
least, decompress stuff wrote in C :)

Posted: Wed Sep 01, 2004 10:42 pm
by Ralf
is someone here on the forum with the knowledge to convert the opensource c++ lzma z7 routines as a splitted purebasic library?
would be really cool!