We have made a B4A library, but we would like to expose only 1 class with its public methods.
We have eliminated from the XML file all the classes NOT to expose, and the visibility is correct for the application that should use it.
This is the problem: using the library does NOT work, because the exposed methods call classes in the library which are NOT visible.
How can we proceed ?
Thank you
We have eliminated from the XML file all the classes NOT to expose, and the visibility is correct for the application that should use it.
This is the problem: using the library does NOT work, because the exposed methods call classes in the library which are NOT visible.
How can we proceed ?
Thank you