B4J Question [SOLVED] b4xlib2XML - help to run source

Mashiane

Expert
Licensed User
Longtime User
Hi Fam

Im attempting to run the source of this project from https://www.b4x.com/android/forum/threads/tool-b4xlib-xml-generation.101450/

I'm getting this error

B4X:
B4J Version: 10.30
Parsing code.    Error
Error parsing program.
Error description: Unknown type: initialized
Are you missing a library reference?
Error occurred on line: 20 (TransferMode)
Private Initialized As Boolean

These are referenced libraries

1766846257519.png


What could I be missing?

Thanks in advance.

Mashy
 
Solution
These are the libraries I have:

1766851142301.png


It seems that your DragAndDrop library is not up to date.
It looks strange to me that your core library is 10.31, mine is 10.20.
I downloaded the latest B4J version again and above is what I get.

Swissmade

Well-Known Member
Licensed User
Longtime User
XMLBuilder jar file maybe
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
These are the libraries I have:

1766851142301.png


It seems that your DragAndDrop library is not up to date.
It looks strange to me that your core library is 10.31, mine is 10.20.
I downloaded the latest B4J version again and above is what I get.
 
Upvote 0
Solution

teddybear

Well-Known Member
Licensed User
Hi Fam

Im attempting to run the source of this project from https://www.b4x.com/android/forum/threads/tool-b4xlib-xml-generation.101450/

I'm getting this error

B4X:
B4J Version: 10.30
Parsing code.    Error
Error parsing program.
Error description: Unknown type: initialized
Are you missing a library reference?
Error occurred on line: 20 (TransferMode)
Private Initialized As Boolean

These are referenced libraries

View attachment 169077

What could I be missing?

Thanks in advance.

Mashy
You need to upgrade the DragAndDrop2 to 1.20, @stevel05 has modified it for B4J 10.30
 
Upvote 0

Mashiane

Expert
Licensed User
Longtime User
It looks strange to me that your core library is 10.31, mine is 10.20.
I don't remember the thread, its somewhere here in the forum, but here is the zip file for 10.31.

It seems that your DragAndDrop library is not up to date.
Got it, thanks. everything is working.
 

Attachments

  • jCore.zip
    103.1 KB · Views: 9
Upvote 0
Top