Chilkat v10.1.2 Release Notes
Previous Version: Chilkat v10.1.0 Release Notes XmlDSigGen: In v10.0.0 Chilkat started automatically using and fixing for SigningCertificateV2 for cases where the...
View ArticleCrypt2.SetEncodedKey – Help! I Passed a non-Hex String but Told Chilkat it...
You made a mistake and set an AES encryption key in the wrong way like this: Chilkat.Crypt2 crypt = new Chilkat.Crypt2(); crypt.KeyLength = 256; crypt.CryptAlgorithm = "aes"; // This is the error. We...
View ArticleChilkat v10.1.3 Release Notes
Previous Version: Chilkat v10.1.2 Release Notes This minor release was made shortly after v10.1.2, mainly to fix the Email FROM header bug introduced in v10.1.2. Socket: Added the GetAdaptersAddresses...
View ArticleChilkat v11.0.0 Release Notes
Previous Version: Chilkat v10.1.3 Release Notes Backward Compatibility: This is a major version release that includes some backward incompatible changes. The web pages at Chilkat v11.0.0 Backward...
View ArticleChilkat v11.0.0 ActiveX Object Creation
Starting in Chilkat v11.0.0, applications using CreateObject (or similar) should pass an identifier beginning with “Chilkat.”. If your application uses “Chilkat_9_5_0.”, then strings must be updated...
View ArticleChilkat v11.1.0 Release Notes
Next Version: Chilkat v11.1.0 Release Notes Previous Version: Chilkat v11.0.0 Release Notes Regular Expressions: Added PCRE2 (Perl Compatible Regular Expressions, version 2) regular expression...
View ArticleChilkat v11.2.0 Release Notes
Previous Version: Chilkat v11.1.0 Release Notes The main addition in v11.2.0 is the Chilkat.Ai class, and the Chilkat.StringBuilder.MarkdownToHtml method. Ai: The Chilkat AI class provides a unified...
View ArticleChilkat v11.3.0 Release Notes
The main features of this release focus on Chilkat’s Ai class, enabling interactive AI response streaming directly into embedded desktop application browsers. It supports Azure, custom base URLs for...
View ArticleChilkat v11.4.0 Release Notes
New Features Js A new Chilkat class has been added: Js is a minimal, standards-compliant JavaScript engine designed to embed JavaScript inside applications with very small footprint and fast startup....
View ArticleChilkat v11.5.0 Release Notes
New Features HttpCurl A new Chilkat class has been added: HttpCurl The Chilkat.HttpCurl class executes curl commands and can automatically resolve dependent values needed by a request. Variables such...
View Article