yushulx / windows-win32-cpp-barcode-reader

Home Page:https://www.dynamsoft.com/codepool/windows-win32-cpp-barcode-reader.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Desktop C++ Barcode Reader

The project demonstrates how to build a Windows desktop barcode reader app using Win32 C++ API and Dynamsoft C++ Barcode SDK.

Getting Started

  1. Import the project to Visual Studio 2022.

  2. Request a free trial license and update the license key in the BarcodeReader.cpp file.

    const char* pLicense = "LICENSE-KEY";
  3. Build and run the project.

    windows-win32-cpp-barcode-reader