Amadis

_STATIC_LINK_

Static Library Kernels

This Compilation Option shall be defined whenever Kernels are compiled as Static Libraries (i.e. not as Shared Libraries)

This Compilation Option must be present for AgnosEP and all Contactless Kernels that must be included in the Project

When _STATIC_LINK_ is defined in AgnosEP then it must include the main Header File of each Contactless Kernel

For example:

  • Mastercard Kernel C2: c2.h

  • Visa Kernel C3: c3.h

  • American Express Kernel C4: c4.h

  • Japan Credit Bureau (JCB) C5: c5.h

  • Discover Kernel C6: c6.h

  • China Union Pay (CUP) C7: c7.h

  • Gemalto (Thales) PURE: pure.h

  • Interac Flash: flash.h

  • EFTPOS: eftpos.h

  • RuPay qSPARC: rupay.h

  • PagoBancomat: pagobcm.h

  • Oberthur WISE: wise.h

This Compilation Option must be used under environment requiring use of Static Libraries

It is available for all Agnos Framework Versions

Â