Recent

Author Topic: e-id Swelio library conversion Delphi to Lazarus  (Read 923 times)

Zittergie

  • Full Member
  • ***
  • Posts: 114
    • XiX Music Player
e-id Swelio library conversion Delphi to Lazarus
« on: June 23, 2022, 10:48:17 am »
Hi,

I am using the Swelio library v1.15 in lazarus to read belgian e-id cards, and it works fine with the old Belgian e-id cards.
The problem is that the new cards are not recognized as belgian e-id cards anymore.  I am tyrying to convert the latest v1.18.19 but without any luck.
Any delphi to Lazarus wizard that can take a look at it.
Library: https://github.com/perevoznyk/swelio-delphi

I have tried twith the lazarus conversion and removed this part
Code: Pascal  [Select][+][-]
  1. {$IFNDEF CLASSIC}
  2.    {$DEFINE MODERN}
  3. {$ENDIF}
  4.  

I am using the 64bit SWELIO64.DLL
Be the difference that makes a difference

Zittergie

  • Full Member
  • ***
  • Posts: 114
    • XiX Music Player
Re: e-id Swelio library conversion Delphi to Lazarus
« Reply #1 on: January 05, 2023, 04:27:17 pm »
The new binaries of the Swelio-library works fine with the latest the latest v1.18.19.
If you need a good library to read eID-cards in Windows with Lazarus you need to look at this library.

Still need to remove the following:
Code: Pascal  [Select][+][-]
  1. {$IFNDEF CLASSIC}
  2.    {$DEFINE MODERN}
  3. {$ENDIF}
Be the difference that makes a difference

 

TinyPortal © 2005-2018