X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=www.7-zip.org%2Ffaq.html;h=0ef512f514157d64eab3c345f701cff9803e0b34;hb=0898468891b7fb0cb9c11d4ad161156012190c2b;hp=bcf5a723b4af3572ed9564622a207b28f700f54c;hpb=683bf3f57110c4340e209ba5d8ed6955d843ce3f;p=sevenzip%2F7-Zip.git diff --git a/www.7-zip.org/faq.html b/www.7-zip.org/faq.html index bcf5a72..0ef512f 100644 --- a/www.7-zip.org/faq.html +++ b/www.7-zip.org/faq.html @@ -124,9 +124,10 @@ you used parts of the 7-Zip program, (2) that 7-Zip is licensed under the GNU LG

How can I add support for 7z archives to my application?

-

One way is to use the 7za.dll (available from sf.net for download). The 7za.dll +

One way is to use the 7z.dll or 7za.dll (available from sf.net for download). The 7za.dll works via COM interfaces. It, however, doesn't use standard COM interfaces for -creating objects. You can find a small example in the source code. A full example is +creating objects. You can find a small example in "CPP\7zip\UI\Client7z" folder +in the source code. A full example is 7-Zip itself, since 7-Zip works via this dll also. There are other applications that use 7za.dll such as WinRAR, PowerArchiver and others.