Hi!
I can´t compile this program:
I got this error:
I've checked the Phone Lib, but it doesn't work. I've tried it in b4A 1.6 and 1.7. Is this function still working or is deprecated?
Thank you in advance.
I can´t compile this program:
B4X:
'Activity module
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim VR As VoiceRecognition
End Sub
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
End Sub
Sub Activity_Create(FirstTime As Boolean)
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
I got this error:
B4X:
Compiling code. Error
Error parsing program.
Error description: Unknown type: voicerecognition
Are you missing a library reference?
Occurred on line: 5
Dim VR As VoiceRecognition
I've checked the Phone Lib, but it doesn't work. I've tried it in b4A 1.6 and 1.7. Is this function still working or is deprecated?
Thank you in advance.