ccoms-html/installa.htm

128 lines
4.6 KiB
HTML
Raw Normal View History

2024-09-26 19:20:51 +00:00
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Installation</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="400" height="40">&nbsp;</td>
<td width="30" height="40"><a
href="../../../epoc32/doc/group/sdk.html"><img
src="../../../epoc32/doc/group/library.gif"
alt="SDK Home" align="top" border="0" width="30"
height="30"></a></td>
<td width="30" height="40"><a
href="../../../epoc32/doc/glossary/glossary.html"><img
src="../../../epoc32/doc/group/glossary.gif"
alt="Glossary" align="top" border="0" width="30"
height="30"></a></td>
<td width="30" height="40"><a
href="../../../epoc32/doc/index/id-toc.html"><img
src="../../../epoc32/doc/group/index.gif" alt="Index"
align="top" border="0" width="30" height="30"></a></td>
<td width="30" height="40"><a href="introduc.htm"><b><img
src="../../../epoc32/doc/group/stoneleft.gif" alt="Left"
align="top" border="0" width="30" height="30"></b></a></td>
<td width="30" height="40"><a href="programm.htm"><b><img
src="../../../epoc32/doc/group/stoneright.gif"
alt="Right" align="top" border="0" width="30" height="30"></b></a></td>
<td width="30" height="40"><a href="des-toc.htm"><b><img
src="../../../epoc32/doc/group/stoneup.gif" alt="Up"
align="top" border="0" width="30" height="30"></b></a></td>
</tr>
</table>
<hr>
<h1>Installation</h1>
<hr>
<p><em>Section contents</em></p>
<ul>
<li><a href="#Packaged OPX"><strong>Packaged OPX</strong></a></li>
<li><a href="#OPL header file"><strong>OXH header file</strong></a></li>
<li><a href="#OPX sources"><strong>OPX sources</strong></a></li>
</ul>
<hr>
<h2><a name="Packaged OPX">Packaged OPX</a></h2>
<p>The packaged OPX file <code>CCOMMS.SIS </code>should be
installed using the EPOC install program supplied with PsiWin
2.1. This file should be included in any applications which
intend to use the CCOmms OPX.</p>
<hr>
<h2><a name="OPL header file">OXH header file</a></h2>
<p>The OXH header file only needs to be installed on system which
are used for the development of programs which use the CComms
OPX. It should be installed in the directory <code>\SYSTEM\OPL</code>.</p>
<hr>
<h2><a name="OPX sources">OPX sources</a></h2>
<p>The sources for the CComms OPX should be installed into the
directory <code>\OPX\CCOMMS</code> on the drive which contains
the EPOC32 C++ SDK.</p>
<p>To build the CComms OPX execute the following commands from
the EPOC32 C++ SDK in the <code>\OPX\CDescriptor</code>
directory:</p>
<blockquote>
<p><code>makmake -makework ccomms marm</code><br>
<code>makmake ccomms marm<br>
nmake -f ccomms.marm</code></p>
</blockquote>
<p>The OPX can then be packaged by using the command:</p>
<blockquote>
<p><code>makesis ccomms.pkg</code></p>
</blockquote>
<hr>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="400" height="40">&nbsp;</td>
<td width="30" height="40"><a
href="../../../epoc32/doc/group/sdk.html"><img
src="../../../epoc32/doc/group/library.gif"
alt="SDK Home" align="top" border="0" width="30"
height="30"></a></td>
<td width="30" height="40"><a
href="../../../epoc32/doc/glossary/glossary.html"><img
src="../../../epoc32/doc/group/glossary.gif"
alt="Glossary" align="top" border="0" width="30"
height="30"></a></td>
<td width="30" height="40"><a
href="../../../epoc32/doc/index/id-toc.html"><img
src="../../../epoc32/doc/group/index.gif" alt="Index"
align="top" border="0" width="30" height="30"></a></td>
<td width="30" height="40"><a href="introduc.htm"><b><img
src="../../../epoc32/doc/group/stoneleft.gif" alt="Left"
align="top" border="0" width="30" height="30"></b></a></td>
<td width="30" height="40"><a href="programm.htm"><b><img
src="../../../epoc32/doc/group/stoneright.gif"
alt="Right" align="top" border="0" width="30" height="30"></b></a></td>
<td width="30" height="40"><a href="des-toc.htm"><b><img
src="../../../epoc32/doc/group/stoneup.gif" alt="Up"
align="top" border="0" width="30" height="30"></b></a></td>
</tr>
</table>
</body>
</html>