-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
With this new version I have troubles in the VBA code With the old version no problems with this declarations. What do I have to use as declaration or defining the variables? |
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 |
Ok, works like a charm now |
Very Helpfull! Thank you very much! These keys are no longer present and cause an exception |
Add versioning information to the DLL's themselves so the specific version can be checked on systems that have the wrapper installed.
The text was updated successfully, but these errors were encountered: