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
1
vote
0 answers

Chilkat IPhone Libraries Configuration

I am working RSA Encryption-Decryption in iphone by Chilkat-9.3.0-IOS-4.3 Objective-C Libraries. I try to follow this tutorial http://www.chilkatsoft.com/chilkatIos.asp but the first command "libtool -static -o libchilkatIos.a…
Amir iDev
  • 1,257
  • 2
  • 15
  • 29
0
votes
1 answer

RSA Encryption-Decryption in iphone by Chilkat IPhone Objective-C Libraries

I am developing Iphone application. I have used Chilkat IPhone Objective-C . But i can't use this library for iOS 4.x and iOS 3.x . I wonder if i Purchase Chilkat RSA License. Can this library be used in iOS 4.x and iOS 3.x? Thanks!
tienngx
  • 1
  • 1
0
votes
1 answer

Facing issue in HTTP module of Chilkat Library

I am using Chilkat Library for making Http request. And Now I facing one issue that page response is most of time is null. Even page has data and that is not expired domain. I have set MaxResponseSize to 0 but still the problem is same. Please…
Pankaj Mishra
  • 20,197
  • 16
  • 66
  • 103
0
votes
1 answer

Create Object Chilkat Failing on Win Server 2022

I have installed the Chilkat ActiveX software and all components seem to be registered. However, I am getting the following error at this line of code: set http = Server.CreateObject("Chilkat_9_5_0.Http") Error: error '80040154' We have upgraded…
Benzine
  • 472
  • 1
  • 5
  • 19
0
votes
1 answer

Performing POST Request Using Chilkat Not Working Anymore While Was Working Just Few Days Ago

all was working fine, i was sending a post request to one of the website, it working very nice till now. but all at a sudden it has stopped working.. here is the verbose log of the request:
SalmaBegum
  • 89
  • 1
  • 9
0
votes
0 answers

Generating and verifying 2FA OTP using Chilkat CkCrypt2

a little help needed. I have a method that generates a otpauth string to be used with Google Authenticator CkCrypt2 crypt; CkString encodedString; CkByteData inputData; inputData.append2(secretKey.c_str(), secretKey.length()); bool success =…
0
votes
2 answers

Runtime libraries are not installed or copied

I have a netstandard 2.0 project that I am trying to add into it a reference to nuget ChilkatDnStandard. The ChilkatDnStandard library depends on ChilkatNativeLib which contains all the native libraries for various platforms. This library mentioned…
Dani Avni
  • 423
  • 5
  • 14
0
votes
1 answer

GMAIL SMTP Connect Fails On Server But Works On Local

I am using chilkat library to send email, it works perfectly on my local server/pc, but on live server it fails on smtp connect. I tried both SSL and tls port.. (465/587) but both fails with same kind of error message.. following is the part of code…
SalmaBegum
  • 89
  • 1
  • 9
0
votes
0 answers

Sign generated PDF from user smartCard or token Angular / NodeJS

I have an angular front End and NodeJS back end App. I can generate some PDFs. Before to be able to save the PDF, i would love to have a pop up window asking the user to sign it with its own electronic signature, which each of my users have on their…
jorkata
  • 11
  • 1
0
votes
0 answers

import @chilkat/ck-node16-win64 not working

When I am writing code var chilkat = require('@chilkat/ck-node16-win64'); var http = new chilkat.Http(); it's working fine but when I am writing import chilcat from "@chilkat/ck-node16-win64"; it is not working though I am using "type": "module"…
0
votes
0 answers

Corrupted pdf files downloaded from Sharefile using Chilkat Delphi

Delphi 10 Seattle IntraWeb 15.0.23 Chilkat 9.5.0.88 Downloading files using the CkHttp_QuickGetBd and writing the response. The downloaded pdf file is corrupted, text files downloaded are fine. Thanks in advance for the help. fname := PDFPath +…
msgopala
  • 23
  • 4
0
votes
1 answer

Can Not Process URL If Special Character Is In Path Using Chilkat Library

i am trying to get data from a link using chilkat http library using following method/function: sHTML = oHTTP.QuickGetStr(URL); it's works find with all type of url except if the url has special char in it's path example: Note: it has ; (semicolon)…
SalmaBegum
  • 89
  • 1
  • 9
0
votes
1 answer

ASP.NET MVC DropBox refresh token with Chilkat error failed to open file

I'm building MVC application and trying to refresh DropBox token using Chilkat library. https://www.example-code.com/csharp/dropbox_refresh_token.asp When I'm trying this Chilkat.JsonObject json = new Chilkat.JsonObject(); success =…
Ann
  • 35
  • 10
0
votes
1 answer

migrating to sharefile V3. Recieving statusCode: 401 after authentication

Seattle 10 Chilkat migrating sharefile api from V1 to V3. Registered for API key and received credentials. Code is successful in receiving authorization code and immediately after when sending a get request with header containing authorization code…
msgopala
  • 23
  • 4
0
votes
1 answer

chilkat error 425 Unable to build data connection TSL session of data connection not resumed

Hi I am trying to copy a file via FTP using chilkat, but I got the error " error 425 Unable to build data connection TSL session of data connection not resumed". It works with filezilla client just fine. Here is the code if…