------------------------------------- Project description and dependencies ------------------------------------- The project was written and builded in the Visual Studio 2017. Windows SDK verion 10.0.17134.0 For correct integration the host system must have installed the Visual Studio or appropriate redistribute package, which you can download from Microsoft web side. https://support.microsoft.com/hr-hr/help/2977003/the-latest-supported-visual-c-downloads ------------------------------------ File description ------------------------------------ Doc Documentation Include GpeEcrCommLib.h - header file to helps your integration Library (1.0.0.8) GpeEcrPosLib.dll - Library build (Stdcall is a default Calling convention) EcrCfg.ini - configuration file (communication channel) Runtime - it contains the redistribute package when you are installing the dll to systems which have not installed the visual studio. Samples - it contains release of the Ecr_test application. This is the host application for DLL. You can execute several base transactions. Bin - binary file suffixed by _CDECL or _STDCALL - according to calling convention Native_C_C++ - C/C++ Native bulid used by Win32 API Source - source code, it can be used as sample - these projects are not tested and regularly maintained and it can contain bugs EcrHost_C# - Example of integration into .NET in C# EcrHost_Cpp - Example of integration into in C/C++ Native