Skip to content

How to configure bit7z? And some features that I would prefer to be added. #259

Open
@Hu63Dovella

Description

I am new to external modules in C++, but I have no idea how to configure bit7z. I tried putting this file, bit7z-v4.0.8-gcc9.4.0_x64, to the same folder to the file that I am going to work with, along with 7z.dll and 7za.dll from 7z2408-extra.7z.

I make an attempt to make it run this code:

image

And when I try to compile it, it shows this:

image

For more information if you want:

Application for programming; Dev-C++ 5.11

Along with:

image

Folder that I am working on:

image

Which inside bit7z folder is all hpp.

Please assist me to get out of this problem so I can program it.

Feature Suggestion (Only for reading):

Implement multi-layered compressed files support. For example able to extract the .txt file in this situation: File.txt.xz.xz.xz or File.txt.xz.7z, etc without decompressing layer by layer. Better: A type of archive just like fstream which don't load up too much in memory and can be directly extracted or done for various things.

Able to read byte by byte (recommended an integer number of bytes) inside compressed files without decompressing to buffer or drive, and without memory overloading. (For example: the .dat.xz.xz is 2 MB, dat.xz is 2 GB and the .dat is 2 TB, and the memory must not be 2 GB just to load .dat.xz to to the buffer just to able to read byte by byte inside contents.)

If already implemented, explain how to do.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions