41
clrmame Discussion / Re: Problems with files ≥4 GB
« on: 12 May 2009, 17:30 »
You can pull 7z.dlls directly from a 7-Zip install. I tried to post mine here, but they are too big. As far as documentation for using them though, he points to the example in "CPP\7zip\UI\Client7z" in the 7-Zip source code, and 7-Zip application source itself. Other applications that implement 7z seem to do it this way, or are using a custom 7z.dll that exports more functions. If you are able to get 7z.dll integrated, you should be able to make clrmamepro read any archive that 7-zip supports, as well as write 7-Zip archives without calling 7z.exe. If you wanted to go that far, that is
. Speaking of 7z.exe, would it be possible to call that for the testing and extracting instead of doing it internally and forget this whole problem?
. Speaking of 7z.exe, would it be possible to call that for the testing and extracting instead of doing it internally and forget this whole problem?