Initializes TBarCode Library (UNIX and Windows CE only).
Must be called after loading TBarCode library and before calling any other functions from TBarCode.
- Note:
- UNIX only.
- Parameters:
-
[in] | szPath | Directory in which the TBarCode license files are to be searched.
TBarCode Library can be licensed per application using BCLicenseMe() or globally on a system. To license TBarCode globally a valid license file named 'license.ini' must be placed in the path specified with szPath.
The default location for 'license.ini' is '/usr/local/share/tbarcode10'. |
- Return values:
-
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |