iOS Question Using custom B4A libraries in B4i

David Cochrane

Member
Licensed User
Longtime User
1) In B4A I use a custom calculation library that consists of two files: calc.xml and calc.jar.
Is this possible to use those in B4i iOS project?

2) How to use OSX shared libraries (*.so) in B4i projects?
It would be wonderful to a code example.
=======================================

Sorry, I've misplaced a thread. Could you move that to B4i forum?
 
Last edited:

David Cochrane

Member
Licensed User
Longtime User
Thank you, but there are still some questions remain

1) Yes, I have a source code in Java for my *.JAR library used in B4A. Where I can read how to compile a library for B4i from that?
2) I have a "Calc.so" shared library file but could find in B4i documentation how to refer its function from B4i Basic code. Could you provide a link to code example, please?
 
Upvote 0

BenG

New Member
I have a similar problem - source code in C that want to reuse in B4i.
I can compile that with GNU C compiler into *.a library but when I try to convert *.h files by your Jar tool into *.xml, got a void file with "not-a-library error".
Any idea about using 3rd party C code in B4i?
 
Upvote 0
Top