Hi,
I've just made my first library in Eclipse. I'm testing it.
The xml and the jar files were properly compiled, I think. The functions are described in the xml file. And the B4a Object Browser software detects them.
I referenced the lib in the Libs tab - where it appears, and dimensioned in Sub Process_Globals like:
Dim fl As AlmagestLib
BUT, when I try to put a variable, like temp (already dimensioned as double), using any of the functions, nothing appears...
If I just make a forced type fl.function1 it gives the Unknown member message.
In Eclipse, I referenced the android.jar, and the B4A jars.
Any tip where to start looking for the error?
Kind regards,
Kepler
I've just made my first library in Eclipse. I'm testing it.
The xml and the jar files were properly compiled, I think. The functions are described in the xml file. And the B4a Object Browser software detects them.
I referenced the lib in the Libs tab - where it appears, and dimensioned in Sub Process_Globals like:
Dim fl As AlmagestLib
BUT, when I try to put a variable, like temp (already dimensioned as double), using any of the functions, nothing appears...
If I just make a forced type fl.function1 it gives the Unknown member message.
In Eclipse, I referenced the android.jar, and the B4A jars.
Any tip where to start looking for the error?
Kind regards,
Kepler