Before Starting

All files which can be redistributed are located in: [INSTALLATION FOLDER]/Redist/.

Redistributing required files

According to your requirements, please choose the correct core file for distribution.

For 32-bit Windows OS distribution:

File for distribution How to distribute
C/C++ DynamsoftBarcodeReaderx86.dll
DynamicPdf.dll
Copy the DLLs into the same folder as the application that references it.
ActiveX/COM DynamsoftBarcodeReaderCtrlx86.dll
DynamicPdf.dll

1. Copy the DLLs into your project

2. Register the dll on command line as Administrator or through an installer GUI.

Basically the command is: Regsvr32 DynamsoftBarcodeReaderCtrlx86.dll

.Net 2.0/4.0 Dynamsoft.BarcodeReader.dll

Copy the dll into the same folder as the application that references it.

For 64-bit Windows OS distribution:

File for distribution How to distribute
C/C++ DynamsoftBarcodeReaderx64.dll
DynamicPdfx64.dll
Copy it into the same folder as the application that references it.
ActiveX/COM DynamsoftBarcodeReaderCtrlx64.dll
DynamicPdfx64.dll

1. Copy the DLLs into your project

2. Register the dll on command line as Administrator or through an installer GUI.

Basically the command is: Regsvr32 DynamsoftBarcodeReaderCtrlx64.dll

.Net 2.0/4.0 Dynamsoft.BarcodeReader.dll

Copy the dll into the same folder as the application that references it.

For Mac OS X distribution:

File for distribution How to distribute
C/C++ libDynamsoftBarcodeReader.dylib Copy it into the /Usr/lib folder.
NOTE: Mac OS X does not support PDF files at the moment and this feature will be added soon.