I have installed 7-zip 4.65 on my machine at C:\\Program files. I want to use it in C# code to zip a file. The file name will be provided by the user dynamically. Can any on
Instead of the binary version you need the source code.
This can be get as the LZMA SDK.
There you'll find a folder CS that contains a C# implementation of the algorithm for 7zip files.
CS