Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Barcode.ZBarVersion

Queries version of zbar library.

Component Version macOS Windows Linux Server iOS SDK
Barcode 11.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Barcode.ZBarVersion" )

Parameters

none

Result

Returns version or error.

Description

Queries version of zbar library.
Returns version as text, e.g. "0.10".

With MBS Plugin 13.2, if you didn't call Barcode.LoadLibrary, this function will try to automatically load zbar library.

Examples

Show version if loaded:

If [ MBS( "Barcode.Loaded" ) = 0 ]
    Show Custom Dialog [ "zbar version" ; MBS( "Barcode.ZBarVersion" ) ]
End If

See also

Release notes

Blog Entries

This function checks for a license.

Created 23th June 2021, last changed 19th April 2023


Barcode.WriteFile - BinaryFile.Append