Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add versions to DLL's #4

Open
jdt opened this issue Jul 8, 2015 · 4 comments
Open

Add versions to DLL's #4

jdt opened this issue Jul 8, 2015 · 4 comments

Comments

@jdt
Copy link
Owner

jdt commented Jul 8, 2015

Add versioning information to the DLL's themselves so the specific version can be checked on systems that have the wrapper installed.

@JohanRVT
Copy link

With this new version I have troubles in the VBA code
The VBA compiler says that two variables has not been defined:
CardStatus_NoCardFound and CardStatus_Read

With the old version no problems with this declarations.
Dim wrapper As New EID_Wrapper.wrapper
Dim data As EID_Wrapper.CardData

What do I have to use as declaration or defining the variables?

image

@jdt
Copy link
Owner Author

jdt commented Jul 13, 2015

The latest version added support for multiple cards and cardreaders, due to the wrapper not working on devices that have multiple cardreaders with similar card technologies (eg EID and SIM-cards). This also moved around some checks and flags, such as this Status. The change also allows you to discern problems with the wrapper in general from problems with the card itself which was also an issue.

You can find the new example code for recommended usage in the README at https://github.com/jdt/EID.Wrapper#checking-for-the-presence-of-a-valid-card-in-the-cardreader

@jdt jdt closed this as completed Jul 13, 2015
@jdt jdt reopened this Jul 13, 2015
@JohanRVT
Copy link

Ok, works like a charm now
Thanks

@Dave-DK
Copy link

Dave-DK commented Sep 28, 2015

Very Helpfull! Thank you very much!

These keys are no longer present and cause an exception
cardData["member_of_family"]
cardData["special_organization"]
cardData["duplicata"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants