Bd Methods Prevent Copying Huge Amounts of Data
Question: One use is for unzip a resource embed into an assembly (.dll). The resource is approximately 224MB in size. The program sometimes throws an out-of-memory exception. The exception is thrown by Chilkat.Zip.OpenFromMemory and OpenFromByteData methods. How can this problem be solved? Answer: First, this is truly an out-of-memory condition. The two possible solutions are (1) to allow […]