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

I can't get Facebook app settings right for a photo upload

I have a vb6 application that creates a jpg image. I need to have the user click on a button to have that image uploaded to her Facebook page. I created a Facebook app and use an api (chilkat) with my vb6 to do the upload. But, I've really been…
John
  • 19
  • 3
1
vote
3 answers

Show Email body in textbox from listbox Imap/pop3

So I have a listbox that shows the subject of an email (I use the chilkat imap client) when I select the subject of an email I want to show the message body in a textbox but i cant figure out how to do it, obviusly i use the listbox…
Shane121
  • 423
  • 1
  • 7
  • 17
1
vote
1 answer

how to implode CkStringArray like php?

is Chilkatsoft has implode function of CkStringArray if not then how can we combine all CkStringArray members and get a CkString object CkString implode(char* key, CkStringArray* StrArray) { CkString rt; CkString tmp; for (int i = 0; i <…
user3156099
1
vote
1 answer

Encryption using Chilkat 3DES provider and the same result using standard .NET provider

Here is a problem. There is a know library 'Chilkat Crypt'. It contains 3des encryption method. public static void ChilkatEncryption(String cc, string tdesKey, string tdesIV) { Crypt2 crypt = new Chilkat.Crypt2(); bool success…
MagisterCrazy
  • 225
  • 1
  • 10
1
vote
1 answer

Why we need to load chilkat lib using static block

Recently i had a task to read and update a specific cell in a csv for that i used chilkat csv libs. But what i dont understand is why we need a static block to load the chilkat library even after adding the jar file to Reference library in Eclipse…
Patil Prashanth
  • 1,901
  • 2
  • 13
  • 7
1
vote
1 answer

Chilkat AES Encryption compatibility with non standard key length

Recently I inherit an legacy source code where previous developer use the 128 Bits AES encryption with a 20 bytes key. We cannot find a counter part implementation in other platform(Where we cannot decrypt the encrypted string using other…
Xue Liangliang
  • 473
  • 4
  • 6
1
vote
1 answer

Decrypting data from DefaultEncryptorWithMAC

When using DefaultEncryptorWithMAC in CryptoPP at it's heart it seems to use this Mash Function // The purpose of this function Mash() is to take an arbitrary length input // string and *deterministicly* produce an arbitrary length output string…
user3173234
  • 11
  • 1
  • 5
1
vote
1 answer

IMAP OAuth2 with Chilkat

I was looking for a way to Authenticate an IMAP session with google's Service account But Since we already use Chilkat how do we do it, I found the following: http://www.cknotes.com/imap-authentication-using-oauth/ allowing me to send a raw…
Ephraim
  • 255
  • 2
  • 15
1
vote
3 answers

Undefined symbols for architecture i386: "_OBJC_CLASS_$_CkoCsv"

I am Developing iPad App in my app read and write csv File. csv file read and write for using Chilkat library but I am getting this error. Undefined symbols for architecture i386: "_OBJC_CLASS_$_CkoCsv", referenced from: objc-class-ref in…
user3416005
1
vote
1 answer

How to Decrypt data that uses Chilkat for Encryption without using Chilcat library

We have a Windows Phone 8 app that needs to communicate with a web service that uses Chilkat to encrypt some data. As far as I know, Chilkat does not support the Windows Phone platform. I have the key and other info about how the data is encrypted…
Aegir
  • 899
  • 8
  • 19
1
vote
2 answers

How to download part of a file over SFTP connection?

So I have a Python program that pulls access logs from remote servers and processes them. There are separate log files for each day. The files on the servers are in this format: access.log access.log-20130715 access.log-20130717 The file…
randrews
  • 13
  • 4
1
vote
0 answers

C# and chilkat http with memory mangement

I am trying to create a account creator of my own website and using chilkat. the code just get stuck at a particular place every time and then nothing happens, even break does not responds. have a look on the image And i have no idea how to fix…
Aki003
  • 422
  • 3
  • 13
1
vote
1 answer

Problems uploading files using Chilkat

I am trying to upload a file to a Server using sftp. I have downloaded and installed Chilkat and i am downloading files without any issues. But when i try to upload files to the server, i get no error stating that the uploading files. When i check…
Lahib
  • 1,305
  • 5
  • 34
  • 62
1
vote
0 answers

Getting "ClientHello too short" on SSL server

I'm using the Chilkat C# library for SSL server. When the client connects to my server, I get the message "ClientHello too short" error message. I have another server with which this client works with no errors. Following is a copy of the error…
Terry Neckar
  • 137
  • 1
  • 8
1
vote
0 answers

Chilkat Sockets error WSAECONNRESET in C# 4.0

my code is working fine but also I am receiving lot of WSAECONNRESET An existing connection was forcibly closed by the remote host. error. I have a Chilkat.Socket Listener exe which is executing as a windows service and a test program which is…
Shax
  • 4,207
  • 10
  • 46
  • 62