Is VoiceRecognition working on?

nachoap10

Member
Licensed User
Longtime User
Hi!

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.
 

nachoap10

Member
Licensed User
Longtime User
Hi Erel!

It says it's 1.20 (in Lib panel), but I've downloaded 1.60 and it has the same date (26/09/2011).

Oh! Oh! I've written 1.60 in libraries folder (in b4a installation folder), but it's possible it's taking other phone lib. Wait a moment...

Yes :icon_clap:, b4A was working with my personal Lib folder, and I had got phone 1.20 lib in it. I've deleted these files (jar and xml), unchecked phone lib mark, checked it again and now it takes 1.60 and compiles well.

Thank you very much! :sign0104::sign0104::sign0104:
 
Upvote 0
Top