It does not look to be a virtual class... :)
Is there an error
when you reduce the interface function to ? :
{
mycert cert;
return S_OK;
}
If you will get no error -
please read the documentation of
mycert::setSignature(..)
(may be there is a limitation by the data length or format)
and try to call it with more "real" data :)
Elsewise I would test the DLL (
mycert
and
mycert::setSignature
)
from a C++ application directly, without any interface :)