Is there any memory buffer compression / decompression
functions that can be used (included) in another
program (like zlib compress(outbuff, outlen, inbuff,
inlen) ).
Is there any 7zip sources without c++ classes ?
I used zlib and bzip libraries in my program to compress
memory buffers. For zlib and bzip it is very simple just one line
(no classes) but with your code I don't know what do I need
to include or what to write in my code to use it.
Anyway, great work on 7zip. Neve saw anything like it in a
long time. Keep the good work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I agree. For those that make use of the SDK / API interface
to use 7-Zip compression in their apps (embedded), memory
buffer compression / decompression is very important. Many
of us that use a compression library like this never store
the data in a file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=65083
> functions that can be used (included) in another
program (like zlib compress(outbuff, outlen, inbuff,
inlen) ).
Yes, but 7-zip uses other interfaces (more simple in my
opinion).
> Is there any 7zip sources without c++ classes ?
No. Why do you need it?
Logged In: YES
user_id=790649
I used zlib and bzip libraries in my program to compress
memory buffers. For zlib and bzip it is very simple just one line
(no classes) but with your code I don't know what do I need
to include or what to write in my code to use it.
Anyway, great work on 7zip. Neve saw anything like it in a
long time. Keep the good work.
Logged In: NO
I agree. For those that make use of the SDK / API interface
to use 7-Zip compression in their apps (embedded), memory
buffer compression / decompression is very important. Many
of us that use a compression library like this never store
the data in a file.
Logged In: YES
user_id=65083
7-zip has buffer compression / decompression