iOS Question iLibraries

Bryanne Vega

Member
Licensed User
Longtime User
I cant seem to figure out why they wont show the additional libraries.

I placed them all in folders because the \Files\1.bil changes per library.

A little hand?
 

imbault

Well-Known Member
Licensed User
Longtime User
In B4i IDE, Tools, Configure Path, there is a Additionnal Libraries entry where you can enter path to your libraries (there are XML files on the PC part)
 
Last edited:
Upvote 0

Bryanne Vega

Member
Licensed User
Longtime User
They wont show, I've already configured the path.
I extracted the libraries from the ZIP file and placed them each on individual folders per library because they have a 1.bil file witch are different per library so I did not know if that's replaceable.

Any thoughts?
 
Upvote 0

imbault

Well-Known Member
Licensed User
Longtime User
.b4i .bas .b4i.meta and a folder called Files.
Only the .bas could be put on a B4i Path, Shared Modules, if it is a shared module. The rest stay in each project directory .b4i is main module, .meta is an additional project file.
 
Upvote 0

Bryanne Vega

Member
Licensed User
Longtime User
Ah, I noticed, I have to add the module, (I'm new to this IDE). Then reference it in the code ("dim thisVar as ThisLibraryObject")

Thank you.

Question solved.
 
Upvote 0
Top