Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



Dynamically loading link libraries example code


PolymorphicDLL1—polymorphic interface DLL 1

Found in: epoc32ex\Base\DLLs\PolymorphicDLL1

Part of Using polymorphic interface DLLs.

[Top]


PolymorphicDLL2—polymorphic interface DLL 2

Found in: epoc32ex\Base\DLLs\PolymorphicDLL2

Part of Using polymorphic interface DLLs.

[Top]


UsingDLLs—using polymorphic interface DLLs

Found in: epoc32ex\Base\DLLs\UsingDLLs


Description

UsingDLLs is an example which shows how to load and use the two DLLs implemented in the two examples PolymorphicDLL1 and PolymorphicDLL2. Both DLLs implement the same interface in different ways.


Build Notes

PolymorphicDLL1 and PolymorphicDLL2 must be built before UsingDLLs.


Usage

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


Classes used