Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



CreateStaticDLL and UseStaticDLL: using a statically linked DLL

Found in: epoc32ex\Basics\StaticDLL and epoc32ex\Basics\StaticDLL


Description

The example shows how a class implemented in a statically linked DLL is used. The DLL is built by CreateStaticDLL and is used by UseStaticDLL.

[Top]


Build Notes

CreateStaticDLL must be built before UseStaticDLL.

[Top]


Usage

Run the example either under WINS or on the ARMI platform.