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
- Version 11.3
- Added Barcode.Loaded and Barcode.ZBarVersion function.
Blog Entries
- New in MBS FileMaker Plugin 15.0
- New in MBS FileMaker Plugin 11.3
- MBS FileMaker Plugin, version 11.3pr5
This function checks for a license.
Created 23th June 2021, last changed 19th April 2023
