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
0
votes
1 answer

Chilkat.CkString Missing

I'm developing a Azure Function in VS 2019 with .NET Core and want to use Chilkat.CkString I'm using ChilkatDnCore 9.5.0.87 Nuget package. However CkString isn't available, CkDateTime and CkObject etc. are. Is there a problem with the Nuget…
0
votes
2 answers

Getting an error when exporting a Chilkat ECC Public Key

So I am getting issues with creating a ECC Private Key then getting its Public Key in C# with Chilkat. Chilkat Info Package: Dot Net Core DllDate: May 28 2021 ChilkatVersion: 9.5.0.87 Code Chilkat.Ecc ecc = new Chilkat.Ecc(); Chilkat.Prng prng = new…
0
votes
1 answer

Trying to recrate Pearl LWP code in VB using ActiveX component

Anyone familiar with the Chilkat ActiveX HTTP component or Pearl LWP? Im trying to reproduce some code that we currently have working in Pearl. What am trying to do is to log into an internet appliance and read the log file. The login requires…
user1561769
  • 85
  • 1
  • 6
0
votes
1 answer

Chilkat + codeSigning

As so far I was using "CAPICOM" for code signing. But currently using "Platform SDK Redistributable: CAPICOM" link to get this SDK you will see We're sorry, this download is no longer available.. So I was curious what other code signing…
Michał Lipok
  • 365
  • 6
  • 24
0
votes
1 answer

Unable to access Microsoft mailboxes using OAuth2 with Chilkat2

I am trying to access some mailboxes using the Pop3 protocol through my works proxy. I can get my oauth token, and access my information using Chilkat2 HTTP Library. Using this code gets me a response of my profile: http =…
ZacMDS
  • 9
  • 3
0
votes
1 answer

Chilkat json outputs decimal numbers with comma

In chilkat activeX (my version: 9.5.0.86), when I create object with numeric property .emit() method returns JSON string with number where decimal part is separated with comma. This depends on my regional settings here in Control panel. But this…
VladoS
  • 13
  • 3
0
votes
2 answers

Chilkat RSASSA-PSS signature problem with Powerbuilder 9.0.3 and Powerbuilder 12.6

We use Chilkat to sign HTTP requests in our Powerbuilder 9.0.3 application (and also powerbuilder 12.6) but it's like the signature generated by Chilkat is not accepted by the API of Isabel (we already have contacted Isabel and they guess that there…
GuyL
  • 13
  • 3
0
votes
1 answer

Chilkat File Upload Getting Failed By Socket Error

Ok. i have developed a script.. that upload file to server.. it's working very nice on my computer and also on my vm.. but on my client pc.. it just shows following error every time.. Upload didn't go through for single time :( here is the error: …
SalmaBegum
  • 89
  • 1
  • 9
0
votes
1 answer

php chilkat_9_5_0 extension not working in windows 10

My PHP Version 7.2.1 and Architecture is x86 and System is Windows 10 64 bit so I have downloaded chilkat-9.5.0-php-7.2-nts-win32 from https://www.chilkatsoft.com/php.asp#winDownloads and extension DLL file added into my C:/xampp/php/ext such as…
Dhiren
  • 31
  • 1
  • 9
0
votes
1 answer

Chilkat "Cannot get ActiveX Interface"

When I use this snippets: Local $oTask = $oHttp.DownloadBdAsync("https://.............pl/..........", $oBinData) ConsoleWrite($oHttp.LastErrorText) I get this error: ChilkatLog: ActiveXError: DllDate: Sep 28 2020 ChilkatVersion:…
Michał Lipok
  • 365
  • 6
  • 24
0
votes
1 answer

Java Chilkat Android: ckhttp crashed on Android > 7

Here is my code public static String getPaypal(){ String result = null; result = http.quickGetStr("https://www.paypal.com"); return result; } When i call this function. Application will get crashed although this…
0
votes
1 answer

Chilkat unzip files only from root directory

zip.UnzipMatching("qa_output","*.xml",true) With this syntax I can unzip every Xml in every directory from my zip file and create the same directory structure. But how can I unzip only the xml in the root directory? I cannot understand how to write…
Stefano
  • 3
  • 2
0
votes
1 answer

Random behaviour while deleting bucket from S3

I am working on the code that interacts with Aws s3 to perform various operations like create bucket, Delete bucket, upload and download files and so on. An issue is occurring while trying to delete the bucket; Access Denied At present, I am using…
Asmi
  • 157
  • 1
  • 1
  • 14
0
votes
2 answers

Docusign download file from template which get illegal characters in file base64string format using Chilkat and rest api

I can get file from template which passing templateid and documentid, when retrun from api , i will get as base64string format, and when i try to convert as byte, I get an error "Additional information: The input is not a valid Base-64 string as it…
Aravind Aravind
  • 179
  • 1
  • 10
0
votes
2 answers

DocuSign using Chilkat dll, how do I pass templateRoles in json?

I am creating demo application which Docusing pass file and signer dynamically, for that i need to use docusign templateid and pass details, i can pass file using templateid which signer already defined in template itself, now i want to pass…
Aravind Aravind
  • 179
  • 1
  • 10