Hi,
I have not done any b4a stuff in a while so this may just be because I am rusty but...
I am trying to run the sample b4aZbarBarcodeScanner from
https://www.b4x.com/android/forum/t...feb-2016-new-library-files-in-post-105.60155/
I have put the abdroid-support-v4.jar and core-3.1.0.jar n my Additional Libraries folder.
When I try to run it I get this message:
B4A version: 5.50
Parsing code. (0.00s)
Compiling code. Error
Error compiling program.
Error description: Missing parameter.
Occurred on line: 66
zb1.startScanner
So I changed the line to this:
zb1.startScanner(0)
Then when I run it I get this:
B4A version: 5.50
Parsing code. (0.00s)
Compiling code. (0.04s)
Compiling layouts code. (0.01s)
Generating R file. (0.05s)
Compiling debugger engine code. (0.69s)
Compiling generated Java code. Error
Cannot find: C:\Program Files (x86)\Anywhere Software\B4A 5\libraries\zbar.jar
Note that this is using B4A 5.50. Maybe this is a version issue?