Hi,
I figured out how to manually include the XLUtil library, by manually inserting Library2=xlutils into a console app that I built anew. I found that out, by searching through the Example.zip that was provided as an attachment on one of the posts about the XLUtils library.
*****
Yes, no doubt it's covered somewhere in the forum, how to include the new b4xlib library types within the ide. The library types are described in full here
https://www.b4x.com/android/forum/threads/new-feature-b4x-lib-a-new-type-of-library.100383/#content
, but how do you glean exactly how to include a specific library (aside from putting it in the additional libraries folder) when you're creating a project?
*****
But now, my console app is apparently looking for a variable called xui. The console app was built from scratch, after closing B4J that had the Example.zip project, then re-opening B4J and creating the project.
The folder containing the console app is called ..\XLTest, and I searched globally all of the files in the ..\XLTest folder & subfolder, and there is no occurrence of 'xui'. Somehow, it's using the Example project as a dependency even though I didn't ask for that. (I think it's doing that, but am not even 80 percent certain).
This is the error:
Undeclared variable 'xiu' is used before it was assigned any value.
I've been away from B4J for several years, so a learning curve is expected. But I'm totally lost, and can't even get started with a simple project.
I figured out how to manually include the XLUtil library, by manually inserting Library2=xlutils into a console app that I built anew. I found that out, by searching through the Example.zip that was provided as an attachment on one of the posts about the XLUtils library.
*****
Yes, no doubt it's covered somewhere in the forum, how to include the new b4xlib library types within the ide. The library types are described in full here
https://www.b4x.com/android/forum/threads/new-feature-b4x-lib-a-new-type-of-library.100383/#content
, but how do you glean exactly how to include a specific library (aside from putting it in the additional libraries folder) when you're creating a project?
*****
But now, my console app is apparently looking for a variable called xui. The console app was built from scratch, after closing B4J that had the Example.zip project, then re-opening B4J and creating the project.
The folder containing the console app is called ..\XLTest, and I searched globally all of the files in the ..\XLTest folder & subfolder, and there is no occurrence of 'xui'. Somehow, it's using the Example project as a dependency even though I didn't ask for that. (I think it's doing that, but am not even 80 percent certain).
This is the error:
Undeclared variable 'xiu' is used before it was assigned any value.
I've been away from B4J for several years, so a learning curve is expected. But I'm totally lost, and can't even get started with a simple project.