I want to use 7-Zip within my proprietary application.
7-Zip is LGPL
Consider that within my application I call via its command line interface using system()
something like this: system( "7-Zip -blah -blah" );
- If I use 7-Zip this way do I have any obligations under the LGPL?
- If I wand to distribute 7-Zips' 7z.dll and 7z.exe with my application so that the user does not need to install 7-Zip separately do I have any obligations under the LGPL?
Thanks