Giter Club home page Giter Club logo

delphieet's Introduction

DelphiEET

Delphi component for registered sale data messages. http://www.etrzby.cz

  • It may be compiled with Delphi 2007 (only WinInet) and Delphi 10.2 Berlin (Indy and WinInet)

Use with USE_LIBEET

Demo need library.

libeetsigner.dll # source at : https://github.com/mirus77/libeet
 - needed installed Visual C++ Redistributable Packages for Visual Studio 2013
openssl 1.0.x (libeay32.dll, ssleay32.dll) libs for Indy Https comunication
 - can be used openssl lib from https://indy.fulgan.com/SSL/ or from project with dependencies libgcc_s_dw2-1.dll and libwinpthread-1.dll

Delphi project Options for demo TestEET.dpr with USE_LIBEET

  Delphi Compiler Options -> Conditional Defines : 
      USE_INDY - for using in Windows XP required. This is not usable for Delphi Starter Edition.
      USE_DIRECTINDY - enable function with direct usage indy for post request and receive response.
      USE_LIBEET - for using with libeetsigner
  Delphi Compiler Options -> Output Directory: ..\bin
  Delphi Compiler Options -> Search Path: 
      $(BDS)\source\soap;..\include\databinding;
      ..\include\eet;..\include\vcruntime
  Delphi Compiler Options -> Unit Output Directory: .\dcu

Use without USE_LIBEET

Demo need libxml2 and libxmlsec library from : ftp://ftp.zlatkovic.com/libxml/64bit/

libcharset-1.dll
libeay32.dll
libexslt-0.dll
libgcc_s_dw2-1.dll
libiconv-2.dll
libintl-8.dll
libltdl-7.dll
libwinpthread-1.dll
libxml2-2.dll
libxmlsec1-openssl.dll
libxmlsec1.dll
libxslt-1.dll
openssl.exe (for testing)
ssleay32.dll
xmlsec1.exe (for testing)
zlib1.dll

Delphi project Options for demo TestEET.dpr

  Delphi Compiler Options -> Conditional Defines : 
      USE_INDY - for using in Windows XP required. This is not usable for Delphi Starter Edition.
      USE_DIRECTINDY - enable function with direct usage indy for post request and receive response.       
  Delphi Compiler Options -> Output Directory: ..\bin
  Delphi Compiler Options -> Search Path: 
      $(BDS)\source\soap;..\include\databinding;
      ..\include\eet;..\include\synapse;..\include\szutils;
      ..\include\xmlsec;..\include\vcruntime
  Delphi Compiler Options -> Unit Output Directory: .\dcu

delphieet's People

Contributors

mirus77 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.