문제

I am developing a project. I want to include a particular function from 7zip software to decompress data. Its a kinda exporting a particular function from 7zip software to my project. Should I do using DLL import and export or is there any other way?

도움이 되었습니까?

해결책

you should take a look in LZMA SDK, it would give access to 7zip function from C++/C#/C/Java.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top