TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCInitLibraryA ( LPCSTR  szPath)

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]szPathDirectory 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/tbarcode11'.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.