Click here to Skip to main content
15,791,934 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I am able to run capicom.dll on 32-bit OS. Know we are planning to use same
capicom.dll on 64-bit OS. I came to know that there are some issues at
runtime, when we run capicom.dll on 64-bit OS. I need to implement the
capicom functionality on 64-bit OS.

can I overcome a problem of capicom on 64-bit OS.
Is there any alternate to CAPICOM which works same as CAPICOM on 64-bit
OS.

I tried in google, but I couldn't get the correct solution.

Please Help me..........
Posted

1 solution

You shouldn't be doing anything with CAPICOM at all. It's been deprecated, though no timeline has been established for it's removal from Windows or support.

No replacement product has ever been announced and I doubt there is going to be one. CAPICOM was just a COM-based wrapper for the CryptoAPI anyway, so you'd be better off invoking those functions yourself, possibly even writing your own wrapper library.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900