CreateStaticDLL
and UseStaticDLL
: using
a statically linked DLLThe example shows how a class implemented in a statically linked
DLL is used. The DLL is built by CreateStaticDLL
and is used by
UseStaticDLL
.
Run the example either under WINS or on the ARMI platform.