Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top