View Single Post
  #11  
Old 25-06-2017, 06:03
MCWRX MCWRX is offline
Registered User
 
Join Date: Nov 2013
Location: Moldova
Posts: 19
Thanks: 6
Thanked 2 Times in 2 Posts
MCWRX is on a distinguished road
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?

Last edited by MCWRX; 25-06-2017 at 06:10.
Reply With Quote