Excel 64bit: ActiveX component can't create object

dervander

New Member
Joined
Aug 5, 2011
Messages
6
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
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Thanks Derek,

Yes and I guess I can be glad that they recommend 32bit for now as it makes it more likely our customers will be using it.

However I maintain a piece of software that runs in Excel and we use Crypkey to protect it. I'm just trying to iron out the bugs involved with running our software in Excel 64bit so we'll have a product that's working and tested when our customers start to use the 64bit version of office. One way or another that means getting this dll to work in 64bit. The first steps seem to me to be to to make sure I'm not doing something wrong at my end and to ensure that this dll is genuinely written for 64bit(I'm guessing using some kind of software to check it).
 
Upvote 0

Forum statistics

Threads
1,216,115
Messages
6,128,919
Members
449,478
Latest member
Davenil

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top