CardContact / sc-hsm-embedded

PKCS#11 and CSP-Minidriver library for the SmartCard-HSM and STARCOS based signature cards
BSD 3-Clause "New" or "Revised" License
95 stars 31 forks source link

File sc-hsm-minidriver.vcxproj not found #22

Closed rafaelmembrives closed 5 years ago

rafaelmembrives commented 6 years ago

File solution file sc-hsm-embedded.sln references to an inexistent sc-hsm-minidriver\sc-hsm-minidriver.vcxproj. ¿How can I build the minidriver?

Regards

CardContact commented 6 years ago

Fixed in 6e002d8

rafaelmembrives commented 6 years ago

The same for sc-hsm-minidriver-test.vcxproj

Thank you and my regards.

CardContact commented 6 years ago

Fixed in bd6342176669c38db80a82d1aa8736b6417baa8a

Sorry, hope all files are in now.

rafaelmembrives commented 6 years ago

Thank you so much, I finally managed to compile it succesfully with those files (only via command line since it did not work on Visual Studio 2017).

But isn't working the way I expect, the code is not invoked by Windows; I have included a MessageBox alert into CardAcquireContext function, but it is not shown. I have done the following:

Am I maybe missing something? I am using Windows 10 just in case...

Regards.

CardContact commented 6 years ago

The browser is the last thing to try. First make sure that sc-hsm-minidriver-test and certutil -scinfo work. The browser does some strange things to access the minidriver, so chances are that you don't see the window because the browser blocks it.