Chilkat v11.6.0 / v11.6.1 Release Notes
See Release Notes for Versions 11.6.0 and 11.6.1
See Release Notes for Versions 11.6.0 and 11.6.1
✨ 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 as {{access_token}}, {{site_id}}, or {{drive_id}} may appear in URLs, headers, query parameters, or request bodies. If a variable is not yet known, HttpCurl builds […]
✨ 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. It executes JavaScript code inside an application without requiring a browser or large runtime. See About the Chilkat.Js JavaScript Engine Ai Provider — […]
This is a series of two posts to demonstrate implementing OAuth2 Authorization for Facebook in Classic ASP. (Also see: Facebook OAuth2 for Classic ASP – Step 2) The 1st step is to redirect to the Facebook Login Dialog where the Facebook account owner can grant access to the application. Facebook will then return a response […]
SshTunnel – Significantly improved the background tunnel management threads. JsonArray.TypeAt – Discovered that this method erroneously always returns the value 4. This is fixed. JsonObject – Added new methods: UpdateNumber, UpdateNull Bug Fix: .NET Async Methods that pass in Byte Arrays There was a memory leak specific to async .NET methods that pass in byte […]
When running a VBScript, on a 64-bit Windows system it is possible to run either as a 32-bit process, or a 64-bit process. If running 32-bit, then you need the 32-bit ActiveX. If running 64-bit, then you need the 64-bit ActiveX. To run a 32-bit VBScript on a 64-bit system, you do this: REM This […]
Starting now, Chilkat is going to log the changes, fixes, and new features for the next release as the work is completed. Pre-release builds can be requested for most programming languages and operating systems. Many builds are quick and easy to provide: .NET, ActiveX, C++, Java, Perl, Python, PHP, and others. Some however, are time-consuming […]
The GitHub C# Project to Check ActiveX Registration and Which VC++ Redistributables are Installed has been updated. Note: It should contain a pre-compiled executable located in bin\x86\Release (for non .NET programmers).
Version 9.5.0.63 is a new version that almost immediately follows v9.5.0.62. It will only be released for a few programming languages (ActiveX, .NET, Delphi, and Excel). Chilkat will provide this release in other programming languages / operating system upon request. The reason for releasing is that Chilkat wishes to create Quickbooks REST API examples, and […]
Added StringTable class. The StringTable class differs from the StringArray class in that it’s intended to hold a table of strings that is mostly read-only. The internal storage of all the strings is in a single contiguous block of memory for efficient (minimized) memory storage. Expanded the BinData class by adding new methods and making […]
Added a C# project on GitHub to demonstrate async sockets: C# Async Sockets
Chilkat Software on Twitter