Error compiling with B4A 1.92

nfordbscndrd

Well-Known Member
Licensed User
Longtime User
Erel -

As noted in another thread, I can't get my app to work under B4A v2, so I installed v1.92 in another folder (without uninstalling v2) and tried to compile my latest source code and got this error:

B4A error.jpg


So I went to my backups and got source code saved before installing B4A v2. It got the same error.

What do I have to do to get B4A v1.92 to compile?
 

nfordbscndrd

Well-Known Member
Licensed User
Longtime User
Besides B4AShared.jar, the other new files in the Libraries folder are USB.jar and Core.jar. Is there any way to get the prior versions of those files?

I don't know what else to try other than establishing whether or not Debug works under 1.92 since I haven't been able to get it to work under 2.0 and I haven't made that many changes to the code.

...unless you have any other suggestions.

As I said in the other thread, I would be happy to upload the app's code (and files) for you to try.
 
Upvote 0

nfordbscndrd

Well-Known Member
Licensed User
Longtime User
I still had the 1.92 zip file, so I had already installed it to a different directory. I put a directory called B4A192 as a subdirectory to the main B4A directory, but as far as I can tell, it didn't create any other directories and the only jar file in the B4A192 directory is screenshot.jar.
 
Upvote 0

nfordbscndrd

Well-Known Member
Licensed User
Longtime User
The B4AShared.jar, USB.jar and Core.jar files in the Libraries folder were the ones installed when I upgraded 2.00 to 2.02. When I reinstalled 1.92, should it have overwritten those files with the prior versions?

If different versions of B4A put different versions of libraries in the same Libraries folder, how is it possible to run different versions of B4A at the same time?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
When I reinstalled 1.92, should it have overwritten those files with the prior versions?
Yes, however it seems like it still reference an old version of BAShared.jar.

If different versions of B4A put different versions of libraries in the same Libraries folder, how is it possible to run different versions of B4A at the same time?
There are two folders for libraries. The internal libraries folder which is located in Program Files and the additional libraries folder. The internal libraries folder is not shared.

Assuming that you haven't put any internal library in the additional libraries folder then it should work fine.
 
Upvote 0
Top