I read in the faq:
"ACE program is not compatible with the plugin interface of 7-Zip (Unace.dll works with files, but 7-Zip only allows plugins to work with abstract streams)."
Can you explain the abstract streams bit cos i dint find the documentation for the plug in interface nor do i understand what exactly you refer to a abstract streams.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I forgot to mention i am serious. I want to create a wrapper around unaced so it will wark with 7zip plugin system, but i cant find documentation and i dont understand what the developer are referring about abstract streams.
<<
I read in the faq:
"ACE program is not compatible with the plugin interface of 7-Zip (Unace.dll works with files, but 7-Zip only allows plugins to work with abstract streams)."
Can you explain the abstract streams bit cos i dint find the documentation for the plug in interface nor do i understand what exactly you refer to a abstract streams.
>>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I read in the faq:
"ACE program is not compatible with the plugin interface of 7-Zip (Unace.dll works with files, but 7-Zip only allows plugins to work with abstract streams)."
Can you explain the abstract streams bit cos i dint find the documentation for the plug in interface nor do i understand what exactly you refer to a abstract streams.
Get GUI "XACE" or commandline "UNACE" or "UNACE32" (!!!), unace your ACE files, recompress with 7-ZIP, forget ACE ;-)
I forgot to mention i am serious. I want to create a wrapper around unaced so it will wark with 7zip plugin system, but i cant find documentation and i dont understand what the developer are referring about abstract streams.
<<
I read in the faq:
"ACE program is not compatible with the plugin interface of 7-Zip (Unace.dll works with files, but 7-Zip only allows plugins to work with abstract streams)."
Can you explain the abstract streams bit cos i dint find the documentation for the plug in interface nor do i understand what exactly you refer to a abstract streams.
>>
7-zip plugin reads from RAM and writes to RAM.
So you you must use temp files.
Interesting, but still no documentation, guess i will have to study the code to figure out just how to implement the ace plugin wrapper.