File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ delete cvRouter, cvRouter = NULL;
1651651 . In Visual Studio, set the solution to build as ` Release|x64 ` .
1661662 . Build the project to generate the program ` DBRCPPSample.exe ` .
1671673 . Copy ** ALL** ` *.dll ` files under ` [INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/Lib/Windows/x64 ` to the same folder as the ` DBRCPPSample.exe ` .
168- 4 . Copy the folder ` [INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/Templates ` to the same folder as the ` DBRCPPSample.exe ` .
168+ 4 . Copy the folder ` Templates ` and ` Models ` under ` [INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/ ` to the same folder as the ` DBRCPPSample.exe ` .
1691695 . Run the program ` DBRCPPSample.exe ` .
170170
171171#### For Linux
@@ -177,10 +177,11 @@ delete cvRouter, cvRouter = NULL;
177177 g++ -o DBRCPPSample DBRCPPSample.cpp -lDynamsoftCaptureVisionRouter -lDynamsoftLicense -lDynamsoftCore -lDynamsoftUtility -L ../Dist/Lib/Linux/x64 -Wl,-rpath=../Dist/Lib/Linux/x64 -std=c++11
178178 ```
179179
180- 3. Copy the preset template:
180+ 3. Copy the preset template and model files :
181181
182182 ` ` ` bash
183183 cp -r ../Dist/Templates ../Dist/Lib/Linux/x64/
184+ cp -r ../Dist/Models ../Dist/Lib/Linux/x64/
184185 ` ` `
185186
1861874. Run the program:
You can’t perform that action at this time.
0 commit comments