addlibraries.html
来自「支持版本:Delphi 5-2009, C++Builder 5-2009 A」· HTML 代码 · 共 42 行
HTML
42 行
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Additional libraries used</title>
<link href="Main.css" rel="stylesheet" type="text/css">
</head>
<body>
<h2>Additional libraries used</h2>
<hr>
Additional <b>optional</b> libraries used in <b>ATBinHex</b> are:
<ol>
<li>
<p><b>DIRegEx</b>: used for RegEx (regular expressions) search.
asoRegEx search option is available only when this library is compiled in.
After you install this library, enable its usage in
ATBinHexOptions.inc and ATStreamSearchOptions.inc files, uncomment the "REGEX" define.
</p>
<li>
<p><b>Tnt Unicode Controls</b>: used for search in Unicode-named files (TTntFileStream class is used).
After you install this library, enable its
usage in file ATStreamSearchOptions.inc, uncomment the "TNT" define.
</p>
<li>
<p><b>ATPrintPreview</b>: used to show the "Print preview" form before the actual printing in
Print and PrintPreview methods.
After you install this library, enable its
usage in file ATBinHexOptions.inc, uncomment the "PREVIEW" define.
</p>
</ol>
Download links for mentioned libraries are listed in
<a href="Copyrights.html">Copyrights</a> topic.
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?