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