I want to use 7-Zip in my proprietary application.
7-Zip - LGPL
Note that in my application, I call something like this through my command line interface using system() : system( "7-Zip -blah -blah" );
- If I use 7-Zip, do I have any LGPL obligations?
- If I want to distribute 7z.dll, 7z.dll and 7z.exe with my application so that the user does not need to install 7-Zip separately, do I have any LGPL obligations?
thanks
source share