Archived Forum Post

Index of archived forum posts

Question:

Compression Activex in 64 bits

Apr 15 '13 at 20:30

Is there an activex for compression in x64 mode? Cant find it, and I need to deflate a string in an sql server in Windows x64 bits

THANKS


Answer

http://www.chilkatsoft.com/downloads_ActiveX.asp

64-Bit ActiveX Downloads

The 64-bit ActiveX DLL's for all Chilkat ActiveX components are combined in single .zip download. To install, unzip to any directory and run the "register.bat" file.

Important: Be sure to read the "README.html" included in the .zip, especially if Windows 7 is the operating system.

Download Chilkat ActiveX Components for x64 v9.4.0 • 13-Dec-2012

the relevant dll you are looking for is ChilkatCompression.dll called via

set compress = CreateObject("Chilkat.Compression")

(or whatever for your language)


Answer

Here's a new 64-bit build of the Chilkat Compression ActiveX: http://www.chilkatsoft.com/preRelease/ChilkatCompression_x64.zip


Answer

THANKS, Downloaded the new file, its working fine, except for long compressed strings. (I posted another question with the problem)

http://www.chilkatforum.com/questions/3146/deflate-a-long-string

Thanks again.