Skip to content

Commit eb98228

Browse files
authored
Update ReadRateFirstSettings.cpp
1 parent f9304bc commit eb98228

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

samples/C++/Performance/ReadRateFirstSettings/ReadRateFirstSettings.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ int main() {
126126
char szErrorMsg[256];
127127
TextResultArray* barcodeResults = NULL;
128128

129-
// Initialize license
130-
/*
131-
// By setting organizaion ID as "200001", a 7-day trial license will be used for license verification.
132-
// Note that network connection is required for this license to work.
133-
//
134-
// When using your own license, locate the following line and specify your Organization ID.
135-
// organizationID = "200001";
136-
//
137-
// If you don't have a license yet, you can request a trial from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=c_cpp
129+
// Initialize license
130+
/*
131+
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
132+
// Note that network connection is required for this license to work.
133+
//
134+
// When using your own license, locate the following line and specify your Organization ID.
135+
// organizationID = "200001";
136+
//
137+
// If you don't have a license yet, you can request a trial from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=c_cpp
138138
*/
139139
DM_DLSConnectionParameters paramters;
140140
CBarcodeReader::InitDLSConnectionParameters(&paramters);

0 commit comments

Comments
 (0)