I am using Progdigy's SevenZip unit to extract RAR files. Works great when RARs are single volume. When I have a multivolume archive then it fails. I am guessing I should add some code to support a callback function which asks for another volume or something, but I am not sure how to do it. Seems it's not supported by SevenZip.pas. I found something named ArchiveOpenVolumeCallback but no idea how to use it properly. Any help here?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
ArchiveOpenVolumeCallbackin Java (with comments) for multivolume archives can be found here: VolumedArchiveInStream.java. – LU RD Jul 11 '12 at 7:26