Chilkat for iOS 6.0 Now Available
The Chilkat Objective-C / C++ libs are now available for iOS 6.0. This supports the iPhone5 w/ both armv7 and armv7s. See Chilkat iOS library downloads
Latest notes, articles, and news
The Chilkat Objective-C / C++ libs are now available for iOS 6.0. This supports the iPhone5 w/ both armv7 and armv7s. See Chilkat iOS library downloads
After successfully sending cca 250 e-mails I have error: DECLARE @hr int DECLARE @sTmp0 nvarchar(4000) — The mailman object is used for sending and receiving email. DECLARE @mailman int EXEC @hr = sp_OACreate ‘Chilkat.MailMan2’, @mailman OUT select @hr — -2147024882 select @mailman — null The solution is to call sp_OADestroy when finished with each of the ActiveX objects For example: […]
The Chilkat C/C++ Libraries for Android are now available.
The Chilkat Delphi DLL API is now available here. This provides the ability for Delphi XE2 applications to use the Chilkat API from a functional DLL that is *not* an ActiveX and requires not regsvr32 registration.
If the Imap.AutoDownloadAttachments property is set to false, or if headers-only are downloaded, then emails will be downloaded without attachments. However, attachment information, such as the count, and the size and filename of each attachment is still available. When an email is downloaded from an IMAP server without the attachment data, the attachment information is added as headers to the […]
The release notes (below) detail the changes, fixes, new features, etc. regarding version 9.3.2. (C / C++) Unicode (wchar_t) versions of the Chilkat “C” API and the Chilkat C++ classes are now fully available. The wchar_t C++ classes have the same name as the utf-8/ANSI multibyte classes, but with “W” added to class name. For example: “CkSshW”. The wchar_t “C” […]
http://www.chilkatsoft.com/p/p_123.asp http://www.chilkatsoft.com/p/p_506.asp http://www.chilkatsoft.com/p/p_103.asp http://www.chilkatsoft.com/p/p_459.asp http://www.chilkatsoft.com/p/p_458.asp http://www.chilkatsoft.com/p/p_457.asp http://www.chilkatsoft.com/p/p_355.asp http://www.chilkatsoft.com/p/p_160.asp http://www.chilkatsoft.com/p/p_102.asp http://www.chilkatsoft.com/p/php_aes.asp
If a single accented European character is incorrectly displayed as two seemingly random characters, then the issue is that at some point utf-8 bytes were incorrectly interpreted as ANSI bytes. For example, consider the character “é”. In the utf-8 encoding, this character is represented in two bytes: 0xC3 0xA9 In the typical ANSI encoding (such as Windows-1252 or iso-8859-1) it […]
Very sorry for the temporary disruption in service. The chilkatsoft.com site was temporarily down for some time overnight/early morning due to maintenance. The chilkatforum.com site and cknotes.com (Chilkat blog) sites both use entirely different web hosting services (webfaction and inmotion) to prevent any single outage from affecting more than one site. If the chilkatsoft.com site ever down (which is very […]
If an FTP server supports the RFC 3659 extension, which includes the MLSD command, then it is automatically known to Chilkat FTP2 because the FTP server’s response to the FEAT command will include MLSD in the list. (Chilkat automatically sends a FEAT command after connecting so that it knows the capabilities of the FTP server.) When Chilkat FTP2 recognizes that […]