- Microsoft Visual Studio 2019.
- Install Zebra Barcode Scanner SDK for Windows.(OPOS driver for the scanner, scale and CoreScanner Driver for Windows will be installed from this package)
- Open Visual Studio 2019 (Run as administrator).
- Go to
File -> Open -> Project/Solution
. - Select the VC++ project file that needs to be built.
- Scanner Sample Application: Navigate to the
<RootDir>\OPOS-Scanner-and-Scale-Sample-App-main\SampleApp_OPOS_Scanner
folder. Select the fileScannerSDK_SampleApp_OPOS_Scanner.vcxproj
. - Scale Sample Application: Navigate to the
<RootDir>\OPOS-Scanner-and-Scale-Sample-App-main\SampleApp_OPOS_Scale
folder. Select the fileScannerSDK_SampleApp_OPOS_Scale.vcxproj
.
- Scanner Sample Application: Navigate to the
- Select the solution configuration and platform as required.
- There are three different solution configurations:
- Release: Creates standard release binaries for the selected platform. These binaries can be used as the final build.
- Debug: Creates standard debug binaries for the selected platform. These are to be used only in the development environment.
- There are two solution platforms:
- x86: Creates binaries for use on 32-bit platforms.
- x64: Creates binaries for use on 64-bit platforms.
- There are three different solution configurations:
- Right-click on the solution and click
Build Solution
.- Scanner: Build the
ScannerSDK_SampleApp_OPOS_Scanner
. - Scale: Build the
ScannerSDK_SampleApp_OPOS_Scale
.
- Scanner: Build the
- Output files will be available in:
- For Scanner:
<RootDir>\OPOS-Scanner-and-Scale-Sample-App-main\SampleApp_OPOS_Scanner\Output\<Selected Solution Configuration>\<Selected Solution Platform>
directory. - For Scale:
<RootDir>\OPOS-Scanner-and-Scale-Sample-App-main\SampleApp_OPOS_Scale\Output\<Selected Solution Configuration>\<Selected Solution Platform>
directory.
- For Scanner:
For more information about the OPOS Driver for Scanner and Scale, go to https://techdocs.zebra.com/dcs/scanners/opos-windows/about/ or visit the forums.