Twitter PIN-Based Autorization Examples
Twitter PIN-Based Autorization Examples are now available on http://www.example-code.com/
Twitter PIN-Based Autorization Examples are now available on http://www.example-code.com/
The OAuth functionality shown in this example is available in Chilkat v9.4.0 to be released in mid-December 2012. Pre-releases are available upon request by sending email to support@chilkatsoft.com. ASP: Twitter OAuth — Tweet to Your Own Account SQL Server: Twitter OAuth — Tweet to Your Own Account C#: Twitter OAuth — Tweet to Your Own Account C++: Twitter OAuth — […]
When programming in VB.NET or VB6, be careful that you are looking at the correct online examples. VB6 examples are located here. whereas VB.NET examples are located here. In VB6, it is the Chilkat ActiveX that is used, and return values (in general) are 1 for success and 0 for failure. However, in VB.NET, return values are True for success […]
This is a good discussion about Understanding Remote SSH Shell Sessions.
Question: In the online reference documentation, it says that “bool UploadFileByName(string remoteFilePath, string localFilePath)” will return true if success or false for failure. My question is that how does your component know that the file had been transferred successfully? Does it get ACK from SFTP server or that only means that client had sent the file successfully but not guarantee […]
SSH RFC 4250 The Secure Shell (SSH) Protocol Assigned Numbers RFC 4251 The Secure Shell (SSH) Protocol Architecture RFC 4252 The Secure Shell (SSH) Authentication Protocol RFC 4253 The Secure Shell (SSH) Transport Layer Protocol RFC 4254 The Secure Shell (SSH) Connection Protocol RFC 4255 Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints RFC 4256 Generic Message Exchange […]
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.