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