Chilkat v11.0.0 Changes specific to C/C++

🔙 v11 Compatibility Index

The following changes are specific to the Chilkat C and C++ libs.

CkCert::LoadFromBinary2 Removed

The LoadFromBinary2 method was removed. Applications can adjust by first loading the certificate file data into a CkBinData, and then call LoadFromBd.

CkCert::LoadPfxData2 Removed

The LoadPfxData2 method was removed. Applications can adjust by first loading PFX data into a CkBinData, and then call LoadPfxBd.

CkCertStore::LoadPfxData2 Removed

The LoadPfxData2 method was removed. Applications can adjust by first loading PFX data into a CkBinData, and then call LoadPfxBd.

CkEmail::AddRelatedData2P Removed

The AddRelatedData2P method was removed. Applications can adjust by first loading the file data into a CkBinData, and then call AddRelatedBd2.

CkEmail::AddRelatedDataP Removed

The AddRelatedDataP method was removed. Applications can adjust by first loading the file data into a CkBinData, and then call AddRelatedBd.

CkXml::SetBinaryContent2 Removed

The SetBinaryContent2 method was removed. Applications can adjust by first loading the file data into a CkBinData, and then call SetBinaryContentBd.