I've been using a COM dll in all previous versions of XL but now that I'm running Office 2010 64bit I get the error "ActiveX component can't create object" when I try to instantiate the object from the linked library
<code>
Set mCrypKeyObj = New CrypKeySDK7
</code>
The library comes from a third party (Crypkey) and they claim it's 64 bit compatible. I'm skeptical but maybe there's something else I'm doing wrong.
Has anyone run into this before?
Is there an easy way to tell if a 3rd party dll is truly 64 bit compatible?
Thanks for any time you can spend contemplating this.
Derrick
<code>
Set mCrypKeyObj = New CrypKeySDK7
</code>
The library comes from a third party (Crypkey) and they claim it's 64 bit compatible. I'm skeptical but maybe there's something else I'm doing wrong.
Has anyone run into this before?
Is there an easy way to tell if a 3rd party dll is truly 64 bit compatible?
Thanks for any time you can spend contemplating this.
Derrick