You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/C/HelloWorld/HelloWorld.c
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -25,20 +25,12 @@ void main()
25
25
TextResultArray*barcodeResults=NULL;
26
26
intindex;
27
27
28
-
// 1. Initialize license
29
-
/*
30
-
// By setting organization ID as "200001", a free public trial license will be used for license verification.
31
-
// Note that network connection is required for this license to work.
32
-
//
33
-
// When using your own license, locate the following line and specify your Organization ID.
34
-
// organizationID = "200001";
35
-
//
28
+
// 1.Initialize license.
29
+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
30
+
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
36
31
// 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
37
32
*/
38
-
DM_DLSConnectionParametersparamters;
39
-
DBR_InitDLSConnectionParameters(¶mters);
40
-
paramters.organizationID="200001"; // replace it with your organization ID
0 commit comments