Skip to content

How to compile a light-weighting bit7z lib, only preserve Extract function. #315

@AeYeung

Description

@AeYeung

Here is my code:
Bit7zLibrary lib{ wstr2str(str7zPath, CP_UTF8) };
BitFileExtractor extractor{ lib, BitFormat::SevenZip };
// 执行解压
extractor.extract(strPath.c_str(), "C:\Users\123\Desktop\testout");

I only need to extract file from the 7z file, could you tell me the way to light-weighting compile bit7z library?
Your help would be highly appreciated.Thanks

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions