SDK Home Glossary Index Left Right Up

Installation


Section contents


Packaged OPX

The packaged OPX file CE32BASE.SIS 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 CE32Base OPX.


OXH header file

The OXH header file only needs to be installed on system which are used for the development of programs which use the CE32Base OPX. It should be installed in the directory \SYSTEM\OPL.


OPX sources

The sources for the CE32Base OPX should be installed into the directory \OPX\CBase on the drive which contains the EPOC32 C++ SDK.

To build the CE32Base OPX execute the following commands from the EPOC32 C++ SDK in the \OPX\CE32Base directory:

makmake -makework ce32base marm
makmake ce32base marm
nmake -f ce32base.marm

The OPX can then be packaged by using the command:

makesis ce32base.pkg


  SDK Home Glossary Index Left Right Up