Questions tagged [chilkat]

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows.

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows. The company's homepage is located at Chilkat Software.

316 questions
9
votes
2 answers

How to compile x64 asp.net website?

I'm trying to compile (using Visual Studio) an ASP.Net website with the Chilkat library. The compilation fails due to this error: Could not load file or assembly 'ChilkatDotNet2, Version=9.0.8.0, Culture=neutral, …
anon
8
votes
2 answers

Bulk Compress (Zip) files

Use: Our users have many objects in our AWS S3 account. We are adding a feature to download entire projects at once. We are more concerned with efficiency than with storage. After looking at different options (ZipArchive, PclZip) I came across this…
Kerry Jones
  • 21,806
  • 12
  • 62
  • 89
6
votes
1 answer

duplicate symbol _OBJC_IVAR_$_AFHTTPRequestOperation._responseSerializer in

I am using Chilkat and got these errors after installing AFNetworking: Undefined symbols for architecture armv7: "_res_9_query", referenced from: ChilkatResolve::bestMxLookup(char const*, StringBuffer&, LogBase&, bool) in…
user979331
  • 11,039
  • 73
  • 223
  • 418
4
votes
2 answers

How to correctly link an external library using CMake?

I'm trying to use the Chilkat C++ library to do a cryptography assignment, but I cannot seem to get the library to link properly. As of right now the header file CkRsa.h cannot be found by the compiler. I've spent a few hours searching across the…
3
votes
1 answer

Intermittent Authentication failed or partial success error

I am getting an intermittent Authentication failed or partial success. (1) error. ChilkatLog: AuthenticatePw: DllDate: May 25 2017 ChilkatVersion: 9.5.0.68 UnlockPrefix: XXXXXXXXX Architecture: Little Endian; 64-bit Language:…
Elish
  • 486
  • 3
  • 12
3
votes
1 answer

Having some issues while using chilkat library for zipping/unzipping

I am using chilkat library for zipping some files and moving them to a another path. This works fine most of the time, but some times there is a tmp file made in path where my exe resides. Now I checked suddenly after 3 months,this files has gone to…
Sunil Sharma
  • 782
  • 1
  • 10
  • 22
3
votes
1 answer

Chilkat HTTP with https

I'm currently using the Chilkat HTTP ActiveX control (version 9.3.2.0) with VB6... One of the servers where I download files from is switching over to https, but I can't get it to work... Using http it works perfectly, but when I change the URL to…
billreilly
  • 33
  • 4
3
votes
2 answers

Chilkat iOS10+ RSA compatibility issue

I'm using native RSA in one iOS app and Chilkat RSA library in another. On a native iOS side I encrypt (OAEP SHA256) data with the following function: static func encryptWithKey(_ data: Data, rsaKey: SecKey) -> Data? { let algorithm =…
Dmitry Klimkin
  • 445
  • 3
  • 15
3
votes
0 answers

how to fix System.AccessViolationException in ChilkatSocket AsyncConnection

Below is my Chilkat Sockets Server and client code which on running giving me below strange error, kindly help me to resolve it, both client and server are running on the same machine. Server Code: using System; using…
Shax
  • 4,207
  • 10
  • 46
  • 62
3
votes
0 answers

EXIF metadata removal in python

I am using Django-media-tree to import images into a site image library. I am hitting a bug in PIL where some unknown EXIF data on the image is causing a non-handled exception in the generation of the thumbnail images. Rather than hacking around…
harrin2
  • 31
  • 3
2
votes
1 answer

Extra spaces in e-mail subject using chilkat

We're using Chilkat mail for Visual C++ 8.0. We have a problem with decoding extra spaces in subject for some e-mails. The subject in these e-mails has got few encoded words like (two below): =?utf-8?Q?Some text in he?= =?utf-8?Q?re?= According to…
Bartosz Rosa
  • 132
  • 3
  • 11
2
votes
1 answer

Send MIME content to a particular user using Chilkat and Graph API access token

I am trying to send MIME content to a single user using Chilkat library. For sending mail I am using access token of Graph API client credentials. But getting authentication failure error in chilkat. Below is the sample code. Calling from Main…
2
votes
0 answers

KECCAK-256 Hash function in VB6 Or VBA

why keccak-256 is not the chilkat hash olgaritm ? Dim crypt As New ChilkatCrypt2 crypt.EncodingMode = "hex_lower" crypt.HashAlgorithm = **"keccak-256"???** Dim bdSeed As New ChilkatBinData success =…
2
votes
4 answers

Loading X509Certificate2 ends with An internal error occurred on Windows server 2012

I`m trying to load certificate from path and getting internal server error on windows server. While I do it on windows 10 everything works fine. Not working console application Code var path = args[0]; var password = args[1]; var certificate2 = new…
Qba
  • 148
  • 1
  • 7
  • 25
2
votes
0 answers

How do i obtain unpaid / paid but not send orders from using ebay REST API via chilkat library?

can anyone help me provide a hint on how to obtain orders from the ebay Sell/Order API ( not the xml, the REST-API) the most obvious question is: which node is the right one? Buy/orders API…
1
2 3
21 22