Chilkat PHP Extension for Linux / Mac OS X Released
The Chilkat v9.2.0 PHP Extensions for Linux and Mac OS X were released today: Chilkat PHP Extension Downloads Chilkat PHP Extension Reference Documentation Chilkat PHP Extension Examples
The Chilkat v9.2.0 PHP Extensions for Linux and Mac OS X were released today: Chilkat PHP Extension Downloads Chilkat PHP Extension Reference Documentation Chilkat PHP Extension Examples
The following is a note from a Chilkat customer, reproduced with permission: “Here is some info you might find interesting. As you may know, we’ve run into strange problems while trying to use the ‘bind to adapter’ functionality (i.e. ClientIpAddress property) of Chilkat (HTTP and FTP). On Windows 7 it worked fine, but on Windows XP it did not. The […]
(Email Object) The AspUnpack and AspUnpack2 methods were fixed to prevent the creation of duplicate HTML files. (Zip) On Linux systems only, the AppendFiles method failed in a rare specific circumstance. (TAR) Fixed Base256 internal decoding problem to support TAR archives larger than 8GB. (Email, MIME, Crypt2) Internal PKCS7 signed-data issue fixed for cases where the signed data contained no […]
Demonstrates how to create and populate a chilkat. SYSTEMTIME object in Python. import sys import chilkat email = chilkat.CkEmail() sysTime = chilkat.SYSTEMTIME(); # The SYSTEMTIME structure has the following members: # wYear (such as 2011) # wMonth (1 = January, 12 = December) # wDayOfWeek (0 to 6, where 0 = Sunday 1 = Monday, … 6 = Sunday) # […]
In the Python programming language, the strings returned from sqlite3 are unicode, not 8-bit strings. Chilkat API methods with string arguments expect either ANSI or utf-8 8-bit strings. See these Python examples: http://www.example-code.com/python/python-source-file-encoding.asp http://www.example-code.com/python/python-charset.asp A unicode string returned from sqlite3 must be converted to an 8-bit string by using “str”, as shown below: … email.put_Subject(str(unicodeStr)) …
Question regarding SMTPQ: On the new server I mapped a network drive that was connected to the NAS box that holds the queue: s:\ = \\xyz\smtpq\ When I set the folders in smtpQ Manager as follows the service will not start Queue Directory: s:\queue Undelivered Directory: s:\undelivered However if I use the network paths as follows: Queue Directory: \\xyz\smtpq\queue Undelivered […]
Including Microsoft’s ccrtrtti.lib in the list of libraries for linking will solve unresolved externals such as the following: Chilkat_PPC_2003.lib(OutputFile.obj) : error LNK2001: unresolved external symbol “const type_info::`vftable'” (??_7type_info@@6B@) Chilkat_PPC_2003.lib(FileDataSource.obj) : error LNK2001: unresolved external symbol “const type_info::`vftable'” (??_7type_info@@6B@) Chilkat_PPC_2003.lib(zipCRC.obj) : error LNK2001: unresolved external symbol “const type_info::`vftable'” (??_7type_info@@6B@) Chilkat_PPC_2003.lib(MemoryDataSource.obj) : error LNK2001: unresolved external symbol “const type_info::`vftable'” (??_7type_info@@6B@) Chilkat_PPC_2003.lib(OutputDataBuffer.obj) : […]
If captcha is enabled on your GMail account (and it is enabled by default), then GMail POP3 authentication will fail with this error (even though a correct login/password is provided) **** Connected to pop.gmail.com:995 < +OK Gpop ready for requests from 57.215.212.123 c23pf1097242ibu.22 > USER myaccount@something.com < +OK send PASS > PASS **** < -ERR [AUTH] Username and password not […]
The Chilkat C++ libraries are now available for Embarcadero® C++ Builder® For the downloads and more information, see: Chilkat for C++ Builder® “C++Builder” is a registered trademark of Embarcadero Technologies. “Embarcadero” is a registered trademark of Embarcadero Technologies.
The Chilkat Java libraries are now available for Solaris 10. For downloads and more information see: Chilkat Java Libraries for Solaris 10