VB4A run error

sssahiloberoi

Member
Licensed User
Longtime User
We are finding an error that stops all VB4A programs on one machine from running. I have uninstalled and and updated the software to the V2. The license seems OK as it shows all the libraries, yet no programs run. The following error occurs for everything.

Any ideas?
Thanks

B4X:
Compiling code.                         0.13
Compiling layouts code.                 0.02
Generating R file.                      0.00
Compiling generated Java code.          Error
javac 1.6.0_26
src\birnesoft\wheel\main.java:54: cannot find symbol
symbol  : variable sharedProcessBA
location: class anywheresoftware.b4a.BA
        processBA.sharedProcessBA.activityBA = null;
                 ^
1 error
 

sssahiloberoi

Member
Licensed User
Longtime User
Error removed

Hey
I was having an old version of b4a and i reinstalled the new version of that. But suddenly it started showing an error for every program. That error was due to my external libraries path because when i updated my b4a i couldn't change the path from old external to new internal libraries which have been updated with my new version. So ,if any one faces this error just change the path of your libraries. I was using old libraries externally and now I changed the libraries path from external libraries to internal updated libraries.:sign0098:

Thanks
 

jsk001

Member
Licensed User
Longtime User
Thanks for the information. I had the same problem. After changing the setting of the external libraries now everything is OK.

jsk001
 
Top