README - Example ECR for TimApi C

For a simple test of the Example ECR Project with the EFTSimulator on a local machine follow these steps:

1) Start EFTSimulator

2) Open guide-configuration (Button "Guide") and add "Dialog"

3) Press "Listen" 

4) Use Visual Studio to run the attached studio solution "TIMAPI_C_Example.sln"*

 -> Demo should work now



* Important Notice:

- For the studio solution to work without changing any settings, the solution-file needs to be unzipped directly in 
  the ExampleEcrSync folder. The project settings contain relative path references to the folders "Include" and 
  "Libraries" in order to find the timapi libs. 

- If you want a different project structure, you will need to change the following project settings, in order to be 
  able to successfully build the example solution:

    - "Additional Include Directories" (Project Properties > Configuration Properties > C/C++) 
      needs to include the path of the "Include" folder on your system

    - "Additional Library Directories" (Project Properties > Configuration Properties > Linker) 
      needs to include the path of the folder containing the "timapi.dll" on your system

    - Adjust the Post-Build Event (Project Properties > Configuration Properties > Build Events) 
      to contain the path of the "timapi.dll" on your system