Great progress, but problem with a library.

rfhall50

Member
Licensed User
Longtime User
When I compile, I get the following message:

Compiling code. Error
Error parsing program.
Error description: Unknown type: stringutils
Are you missing a library reference?
Occurred on line: 4
Dim StringUtils1 As StringUtils


The code in that area looks like:
Dim SV As ScrollView
Dim Header As Panel
Dim StringUtils1 As StringUtils
Dim Table As List


In Configure Paths -> Additional Libraries I have:
C:\Program Files\Anywhere Software\Basic4android\Libraries

In checking the library sub-directory above I have:
StringUtils.xml
StringUtils.jar

both are dated 12/22/2010.

Do I have the libraries in the correct place, or possibly the wrong libraries ?

Thank You...
Bob
 

rfhall50

Member
Licensed User
Longtime User
:BangHead:
Thank you. I feel like a complete idiot. With my screen size set the way it was, I never saw the TABS options at the bottom of the IDE screen.

:sign0098:
THANK YOU !


Bob
 
Upvote 0
Top