Hi everyone! Thanks Razor again for all the work done.
I've got a question regarding the CLS. I've taken a 3GB data and compressed/decompressed via .exe and .dll. So, CLS decompresses data 2 times
slower.
- I've used x64 executable, x64 cls and x64 lib. dlls for compression.
- During decompression I am using x86 cls.
Using x64 cls gives me CRC error at start and afaik it is not possible to use it with x86 unarc. What suggestions do you have to get nearly (not same) decompression time as in case with .exe?
And am I using the correct files for decompression process?