Examples that explain how to use Polymorphic DLLs.
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.
Note that this example just shows basic principles. In practice, applications will use the ECOM mechanism to load DLLs.
Download
Download the example: Dll.zip
Download some additional files required by the example: CommonFramework.zip
Example code
Click: browse to view the example code.
Click: browse to view the addition file.