v9.5.0.62 Release Notes

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 it available in all programming […]

v9.5.0.61 Update: New Features, Fixes, Changes, etc.

REST: The FullRequestFormUrlEncoded method did not work correctly with AWS authentication.  This was fixed.  (Note: This fix is required for using Amazon SES to send email.) TLS on Big Endian Machines: Fixed TLS connection issue with some cipher suites on Big Endian machines.   There was a particular internal piece of code that did not properly account for the endianness of […]

v9.5.0.60 Update: New Features, Fixes, Changes, etc.

ActiveX, .NET: Fixed problems with the LastMethodSuccess property. Version 9.5.0.60 is a patch for .NET and ActiveX only for this one issue. The Mono builds, .NET Core, and .NET UWP (Windows Runtime) did not have any problem with LastMethodSuccess, and therefore remain at v9.5.0.59. Other languages (C++, Java, Perl, Python, etc.) are also unaffected and therefore remain at v9.5.0.59.

v9.5.0.59 Update: New Features, Fixes, Changes, etc.

OAuth2: Added the OAuth2 class. FTP2: Fixed SyncRemoteTree/SyncRemoteTree2 progress monitoring callbacks. Crypt2: Fixed the GenerateUuid to respect RFC 4122. The GenerateUuid method generates the version 4 variant, which is composed of entirely random data except for the few bits that signify version 4. Compression: Fixed the CompressFile method for large files. See Fixed CompressFile MHT: Fixed: MS-Word html files with […]

OAuth2 for Desktop Applications (C#, VB.NET using Chilkat)

Here are C# and VB.NET sample applications (on GitHub) for doing OAuth2 authorization using Chilkat for Facebook, Google, LinkedIn, Salesforce, and GitHub. OAuth2 Sample for Desktop Applications (C#) for Facebook, Google, LinkedIn, Salesforce, and GitHub OAuth2 Sample for Desktop Applications (VB.NET) for Facebook, Google, LinkedIn, Salesforce, and GitHub    

Damn You Windows Firewall!

One particular cause of the following error is finally known: sockRecv(47ms): WindowsError: An existing connection was forcibly closed by the remote host. WindowsErrorCode: 0x2746 numBytesRequested: 5 Failed to receive data on the TCP socket –sockRecv sockRecv failed. sockRecvN_buf: Did not receive the exact number of bytes desired. numBytesToReceive: 5 This error was caused by the Windows Firewall doing stateful FTP […]

v9.5.0.58 Update: New Features, Fixes, Changes, etc.

Rest: Added the Rest class. Jwt: Added the Jwt class. AuthAws: Added the AuthAws class. AuthGoogle: Added the AuthGoogle class. AuthAzureAD: Added the AuthAzureAD class. AuthAzureStorage: Added the AuthAzureStorage class. ServerSentEvent: Added the ServerSentEvent class. CertStore: Fixed a memory leak in the LoadPemFile method. Charset: Fixed problems in the VerifyData method having to do with us-ascii and utf-8. C++: Now […]

iOS C/C++ Static Library Sizes

There is often alarm at the size of the Chilkat static libraries (.a) for iOS. This should not be of too much concern, because after building your app in Release mode, your app’s executable will NOT grow by the size of the static library. It will only grow by a very small fraction of the total size of the .a […]