Skip to content

Commit be7b72e

Browse files
authored
Update HelloWorld.c
1 parent 5032c89 commit be7b72e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

samples/C/HelloWorld/HelloWorld.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ void main()
2525
TextResultArray* barcodeResults = NULL;
2626
int index;
2727

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/
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
32-
*/
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 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
3331
errorCode = DLR_InitLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", szErrorMsg, 256);
3432
if (errorCode != DBR_OK)
3533
{

0 commit comments

Comments
 (0)