Hello All,
I've built the llama-cli binaries using Make in Termux and I'm trying to get them to run in my B4A app.
The issue I'm running into is I keep getting an error that I'm missing libcc++:
Err: CANNOT LINK EXECUTABLE "/data/user/0/b4a.example/files/llama.cpp/llama-cli": library...
I posted a simple B4XPages example for an our friend. From within the environment I also created a second B4XPage, by ticking the CheckBox: "Add to parent folder". All is ok, the class is creted and saved at the same directory level as the B4XMainPage.
In the project I also imported (checked) a...
Common subs are usually placed into a code module.
I decided to check all my projects that have "others.bas" code module, and i have found... 185 unique files. And much more common subs, but 42 pcs of them can be useful for community.
Mostly the names are self-explaning, most are from the forum.
In my shared modules I'd like to be able to have subs that can sit there and only be considered by the compiler if a given library was added to the project. I'm aware of Build Configurations, but these would require setting them up manually on a project by project basis.
Example:
#IfLibrary...
When I execute File > Export As Zip, it will create a zip file of the project folder and the Shared Modules folder, which is fine. But B4A adds all of the files from my Shared Modules folder to the project directory in the zip file instead of creating a separate folder for these files.
If I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.