📄 readme.html
字号:
<html>
<head>
<title>Chilkat Class Libraries for Visual C++ 6.0</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
p {
font-family: verdana;
font-size: 10pt;
}
.style1 {font-family: "Courier New", Courier, monospace}
</style>
</head>
<body bgcolor="#ffffff">
<h1><img src="images3/dudeCPP.GIF" width="100" height="100"> <i>Chilkat Class Libraries for Visual C++ 6.0</i> </h1>
<p><a href="http://www.chilkatsoft.com/refdoc/">Chilkat
C++ Library Documentation</a></p>
<p>The Chilkat Visual C++ Library contains many individual products:</font></p>
<table width="100%" cellspacing="0" cellpadding="3" border="1">
<tr>
<td><b>PRODUCT</b></td>
<td><b>CLASSES</b></td>
</tr>
<tr>
<td>Chilkat Zip </td>
<td>CkZip, CkZipEntry, CkZipProgress, CkGzip, CkGzipProgress, CkUnixCompress</td>
</tr>
<tr>
<td>Chilkat Email</td>
<td>CkMailMan, CkEmail, CkEmailBundle, CkMailProgress </td>
</tr>
<tr>
<td>Chilkat FTP2 </td>
<td>CkFtp2, CkFtpProgress </td>
</tr>
<tr>
<td>Chilkat Crypt</td>
<td>CkCrypt2, CkOmaDrm</td>
</tr>
<tr>
<td>Chilkat HTTP </td>
<td>CkHttp, CkHttpRequest, CkHttpResponse, CkHttpProgress </td>
</tr>
<tr>
<td>Chilkat HTML-to-XML </td>
<td>CkHtmlToXml</td>
</tr>
<tr>
<td>Chilkat Charset</td>
<td>CkCharset</td>
</tr>
<tr>
<td>Chilkat MIME </td>
<td>CkMime</td>
</tr>
<tr>
<td>Chilkat MHT</td>
<td>CkMht, CkMhtProgress</td>
</tr>
<tr>
<td>Chilkat IMAP </td>
<td>CkImap, CkMessageSet, CkMailboxes, CkImapProgress</td>
</tr>
<tr>
<td>Chilkat RSA </td>
<td>CkRsa</td>
</tr>
<tr>
<td>Chilkat Socket </td>
<td>CkSocket</td>
</tr>
<tr>
<td>Chilkat Tar </td>
<td>CkTar</td>
</tr>
<tr>
<td>Chilkat Bounce </td>
<td>CkBounce</td>
</tr>
<tr>
<td>Chilkat Spider (Free) </td>
<td>CkSpider</td>
</tr>
<tr>
<td>Chilkat XML (Free) </td>
<td>CkXml</td>
</tr>
<tr>
<td>Chilkat XMP </td>
<td>CkXmp</td>
</tr>
<tr>
<td>Chilkat Upload (Free) </td>
<td>CkUpload, CkCGI</td>
</tr>
<tr>
<td>Free
Supporting Classes </font> </td>
<td>CkString,
CkByteData, CkStringArray, CkCert, CkCertStore, CkCreateCS, CkCSP, CkCertChain, CkCertCollection, CkKeyContainer, CkPfx, CkPrivateKey, CkPublicKey </td>
</tr>
</table>
<h2>Chilkat Libs</h2>
<p>The Chilkat class library distribution contains .lib files for each possible C++ runtime library :</font></p>
<table width="500" cellspacing="0" cellpadding="3" border="1">
<tr>
<td width="248"><b>C++ Runtime Library </b></td>
<td width="234"><b>Chilkat Lib</b></td>
</tr>
<tr>
<td>Multi-threaded Debug DLL </td>
<td>ChilkatDbgDll.lib, CkBaseDbgDll.lib </td>
</tr>
<tr>
<td>Multi-threaded Debug </td>
<td>ChilkatDbgMt.lib, CkBaseDbgMt.lib </td>
</tr>
<tr>
<td>Single-threaded Debug </td>
<td>ChilkatDbgSt.lib, CkBaseDbgSt.lib </td>
</tr>
<tr>
<td>Multi-threaded DLL </td>
<td>ChilkatRelDll.lib, CkBaseRelDll.lib </td>
</tr>
<tr>
<td>Multi-threaded </td>
<td>ChilkatRelMt.lib, CkBaseRelMt.lib </td>
</tr>
<tr>
<td>Single-threaded </td>
<td>ChilkatRelSt.lib, CkBaseRelSt.lib </td>
</tr>
</table>
<p>In addition, you may find that
you need to include the following system libraries depending on what
functionality is used:</font></p>
<p><b>wininet.lib, rpcrt4.lib, dnsapi.lib, crypt32.lib, ws2_32.lib</b><b></font></b></p>
<h2>Common Link Errors / Unresolved Externals</h2>
<p>If your application fails to link because of unresolved externals that include<br><b> error LNK2001: unresolved external symbol __imp__CertFreeCertificateChain@4</b></br>
the problem is that you're using Visual C++ includes and libs that are too old (probably from 1998). The best solution is to download (from Microsoft) the Microsoft Platform SDK from August 2001, or Feb. 2003 (which is the last one that works with VC++ 6.0).</p>
<h2>Header Files</h2>
<p>Header files can be found in the
"include" subdirectory, relative to the directory where the distribution was
unzipped. The published Chilkat VC++ classes are designed to hide all
implementation details to minimize dependencies. </font>
</p>
<h2>Example Programs </h2>
<p>Example programs can be
found online at <a href="http://www.example-code.com/">http://www.example-code.com/</a>.</font></p>
<h2>Demo Version vs. Full Version</h2>
<p>Chilkat does not distribute demo versions of its software. This package is the full version. The full versions of all Chilkat products are publicly available at <a href="http://www.chilkatsoft.com/downloads.asp">http://www.chilkatsoft.com/downloads.asp</a></p>
<p>Each product within the Chilkat class library can be tested for 30 days by calling the UnlockComponent method and passing an arbitrary string to it. For example:</p>
<blockquote>
<p class="style1">CkZip zip;<br>
zip.UnlockComponent("anything works for 30-day trial");</p>
</blockquote>
<p>There are no limitations when testing for 30 days. Upon purchase, you will receive a permanent unlock code that is valid for all future versions of the Chilkat library. </p>
<p> </p>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -