Callbacks for Async Tasks for PowerBuilder (which EventID or/and object)
As you have answered in some other question about Callbacks "happening" by finishing of async tasks, this should be possible for all those ActiveX languages, like PowerBuilder too. PowerBuilder has for...
View ArticleError loading jsonObject
Hello,I purchased the ActiveX bundle and am trying to parse JSON text. It throws an error loading the .jsonObject in Visual Foxpro and it does not appear to be listed in the registry.loObject =...
View ArticleNeed to decrypt an AS 128 string
I am being passed an already encrypted string -pEuFIDs1DH35MicCvtahDc75gMPduLAgqfBXyCLPfAkhDQdhkDT2BL1RewsAbmwa7AsOHa0TkaShCe6CJde1G...
View ArticleSSH Realtime help
Hello, I'm need help. I'm sending this command tail -f /var/log/messages which on the ssh server will run in real time. following this example. http://www.example-code.com/vbnet/ssh_remote_command.aspI...
View ArticleBest way for my Delhi Seattle cross platform application to use Chilkat for scp
I am new to chilkat but have been using putty and scp to connect my windows application to my server for some time. I now have a cross platform app that works fine in windows using putty (scp) and...
View ArticleUnresolved externals VC++ VS2013
This is the 4th time I ask this question and it still doesn't show up in the list anywhere!I'm developing an MFC application linking with the library, ChilkatDbgDll.lib, in debug mode. The linker finds...
View ArticleHow to use chilkat zip in wcf(Asp.net C# )
Dear,i am facing problem to implement chilkat zip in wcf(Asp.net C# ).please provide me help.
View ArticleAndroid libs cannot verify server certs
I'm using the android IMAP and SMTP libraries, and if I set RequireSslCertVerify = true on either of them, it will always fail:09-07 18:37:47.318: D/ReportEmails(17379): checkServerCert: 09-07...
View ArticlePerl Zip module vs Zip Com Object
The Perl native Chilkat Zip works perfectly.Calling the same using the COM object works to zip files, but unzip does not work.######### Works!$zip = Win32::OLE->new('Chilkat_9_5_0.Zip'); if (! $zip)...
View ArticleC++ Why CkJsonObjectW.h not found
Hi Everyone!!! I'm using Chilkat for parse JSON (C++). But I'm not found header CkJsonObject.h, CkJsonArray.h (or CkJsonObjectW.h, CkJsonArrayW.h)Thank you for reading.
View ArticleFTP error when running on the production server
I have got a strange issue. When running my code locally it works like a charm, running the same on the production server it fails ! And that is where xxxxxxxx.vps.myxxxxxx.com is located !The...
View ArticleChannelReceiveUntilMatch and Still get output
With Commands' Run the 1st command in the remote shell, which will be to ' "cd" to a subdirectory. success = ssh.ChannelSendString(channelNum,"cd workspace" & vbCrLf,"ansi") If (success <>...
View ArticleHttp/2 support
I am currently using HttpWebRequest class from .NET Framework in my application for all http(s) communication, but I am planning to replace it with third party component. One of the things that bothers...
View ArticleSsh.SendIgnore not working
My output keeps timing out. I've tried using ssh.sendignore in a timer but that doesn't seem to help. any ideas? also it seems ssh.sendignore is always false not sure why. The output being fetch is not...
View ArticleZip Self extracting iconfile fails
Attempt to use custom iconfile for self extracting zip file fails in c#. See below for LastErrorText contents. I have tried many different .ico files with the same result. The same .ico that fails with...
View ArticleCannot load To and From fields from eml.
Hello,I am using CkEmail to load the eml from its path and extract the To, From, Subject, Body etc fields from it as below, CkMailMan mailman = new CkMailMan(); mailman.UnlockComponent("anything");...
View ArticleCkoDateTime GetDt Returning Current Date/Time if "Date" Header Missing?
I'm noticing a behavior where the GetDt method on CkoDateTime will return the current Date / Time if the Date header is missing or incomprehensible (such as: "Date: Tue Apr 05 15:14:01 -0700 2011"). Is...
View ArticleError on SSL client handshake
I have a working code which runs on 3.5 framework 32 bit and Chilkat version 9.0.8.0.It works on upload a file internall for sftp server I am trying the download a file from external SFTP site and...
View Articleimap and appendmail
Hi, from a few days I receive this error but the email and attachment is correctly present into imap folder. Same problem with latest version of ChilkatDotNet2 The sessionlog is empty. Have you an...
View ArticleIMAP - Unable To Connect?
Hi Guys,We're using the IMAP components to connect our software to customer mailboxes and while it's been working fine for all, I've had a report in this morning from one particular customer that they...
View Article