From: Jerry (jerry_at_[hidden])
Date: 2008-03-14 13:23:11


> The code above works just fine if contained in the same shared-library
> (DLL). Not sure how to proceed.

What toolset are you using to build? There are some explicit warnings in the
implementation notes like

"Visual C++ 7.1 Derivation from an archive class defined in a DLL as
described in ... will not work"

HTH

Jerry