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

Android App Crash on CkFtp2 class from Chilkat library

I'm developing and Android app, that uses FTP comunication, and just randomly, i get this error, without trace to my actual code or any execution coded by me. I cannot reproduce the crash, and i don't know when it happens or why. This is the error…
0
votes
1 answer

chilkat CkHttp c++ : need Content-Length=0 using PUT and DELETE verbs

I'm using Chilkat 9.5.0.75 x86-vc10-sp1 ( and tested on 9.5.0.76 too ). I need to use a webservice that requires Content-Length specified also for PUT and DELETE calls with empty body. I read this…
marco
  • 3
  • 2
0
votes
1 answer

Chilikat UnlockComponent (sometimes) returns 0 without LastErrorText

please excuse my poor English... my title allready says the question. We are using the VB6.0 Server.CreateObject("Chilkat_9_5_0.Crypt2") object with a purchased license in 2017. What could be the reason the unlock component sometimes stopped working…
clie
  • 27
  • 4
0
votes
2 answers

Need to send PATCH to an endpoint in vbscript using Chilkat

I am using Chilkat objects and would like to be able to send a PATCH JSON string to a URL endpoint in vbscript. My POST works great, however, I can't seem to find a way to send a PATCH. The call to send a POST is: set resp = http.PostJson(URL,…
Ahmed
  • 19
  • 1
  • 1
  • 3
0
votes
2 answers

Cannot cross-compile Xojo for ARM

When I attempt to compile a Xojo application, I get this: Linking Executable Fatal: can not read symbol[58719] in file C:\Users\jprov\AppData\Local\Temp\xojo scratch 28260\MyApplication [80364BB8]\Linux_ARM/#userplugins0.o Does anyone have any ideas…
Jim Provan
  • 56
  • 1
0
votes
2 answers

chilkat - How to use Chilkat.FileAccess.FileDelete function to delete all file using *.*

I have the problem to use Chilkat.FileAccess.FileDelete to delete all file using ., the log says the following, how to handle the problem, thanks! ChilkatLog: FileDelete: ChilkatVersion: 9.5.0.75 WindowsError: The filename, directory name,…
maxking
  • 3
  • 1
0
votes
0 answers

Can't change date of Remote File - FTP

I need to change the date of the remote file via Chilkat's FTP Component. I have used CkFtp2_getAutoFeat(pFtpClient) so as to activate the features of the server. wDate:='Mon, 20 Oct 2016 16:35:00 -0500'…
Aura
  • 95
  • 6
0
votes
1 answer

OpenSSL commands equivalent with Chilkat C# library

I am building a .NET software that must be integrated with a system that accept signed and encrypted files. The other party provided one .P12 file for signing and one .PEM file for encrypting. The other party also provided me an example procedure…
Genesio
  • 171
  • 2
  • 13
0
votes
2 answers

Chilkat Support for Microsoft Visual Studio Xamarin IOS

Is it possible to use the chilkat librarys for a Microsoft Visual Studio 2017 Xamarin IOS or Android project?
0
votes
1 answer

Is it possble to terminate SynchronousRequest within a thread?

Is it possble to terminate SynchronousRequest within a thread? I cannot use SynchronousRequestAsync.
0
votes
1 answer

How to open a certificate from a smartcard and validate the pin entered by the user

I am a chilkat registered user. I am using visual basic 6. Is possible to open a certificate from a smartcard and validate the pincode entered by the user? Regards, Josefh
Josefh
  • 1
  • 1
0
votes
2 answers

Ftp Application Chilkat Ftp2 Does Not Start ERR CLR20r3

In some cases I've encoutered this problem on some machines; apllication doesn't start with no msg or sometimes with Windows crash errors. I think depends on some framework component, but really I don't know how to resolve. I've already verified…
mirkodj
  • 1
  • 1
0
votes
1 answer

Chilkat - Generating single Json array from two arrays

Lets say you have the following Chilkat JsonObject named jsonA: "object": "list", "data": [ {0}, {1}, {2}, {3}, {4}, {5} ], "has_more": true } Lets say you have the identical following JsonObject named jsonB: "object": "list", "data": [ …
Digital Fusion
  • 165
  • 4
  • 19
0
votes
2 answers

Japanese characters in host name for Chilkat FTP2

I went through Chilkat's forum where i see that forum is closed and I should post related question here on SO. I am trying to connect to FTP server using FTP2 of chilkat, but it fails to connect to valid ftp server with valid credentials. Host name…
Amit
  • 1,821
  • 1
  • 17
  • 30
0
votes
1 answer

Loading Xml from a file or a string encodes single quotes

Currently I have a problem with loading xml strings (also tested with loading files) in chilkat. The problem is loadings xml string which have single quotes in some attributes. Chilkat automatically HTML encodes them. For example when I load the…