This readme explains on how to run Sample App in Windows 10 operating system environment.

Prerequisites: 
Visual Studio 2017 or above


Header files, libraries and DLL to be used for developing sample application is available at following
locations after extracting RFID_SDK_WINDOWS_Vx.x.x.x_64BIT.zip file 

header files - windows\c\win64\include
rfid.dll     - windows\c\win64\dll
rfid.lbb     - windows\c\win64\lib

Steps to run the sample app:

1) Extract the RFID_SDK_WINDOWS_Vx.x.x.x_64BIT.zip file 
2) Go to sample app source folder "c\win64\sampleapp\src"
3) Open solution file from VS2017
4) Build and Run sample application

Once the solution is build binaries will be found at following location
windows\c\win64\sampleapp\bin


Steps to run pre-built binary:

1) Extract the RFID_SDK_WINDOWS_Vx.x.x.x_64BIT.zip file 
2) Go to sample app source folder "windows\c\win64\sampleapp\bin"
3) Run sample application "RFIDHostSample1.2015.exe"




