I would like to make a Zip64 archive from a bunch of files (bzip2 files, specifically, but it shouldn't matter), using 7za's -so option to send the compressed archive to standard output:
The file test.zip is empty. I cannot find mention in the documentation about the error E_NOINTERFACE or what it means. What can I do within the application to fix this? Thanks for your advice!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There two version of standard output ZIP
1) PKWare version from standard appnote. But PKZip doesn't use it. And maybe noone use it (I don't know)
2) InfoZip's version.
The problem that these version are not compatible.
So any choice from them is not good.
So 7-Zip doesn't support creating zip to standard output.
I'll fix error message.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to make a Zip64 archive from a bunch of files (bzip2 files, specifically, but it shouldn't matter), using 7za's -so option to send the compressed archive to standard output:
Here is the output:
The file test.zip is empty. I cannot find mention in the documentation about the error E_NOINTERFACE or what it means. What can I do within the application to fix this? Thanks for your advice!
There two version of standard output ZIP
1) PKWare version from standard appnote. But PKZip doesn't use it. And maybe noone use it (I don't know)
2) InfoZip's version.
The problem that these version are not compatible.
So any choice from them is not good.
So 7-Zip doesn't support creating zip to standard output.
I'll fix error message.