A library I have created in B4A like the AudioBoost library, relies on the EQLib library. After an update to the EQLib library, a few users started having errors trying to use AudioBoost. Even though the EQLib library name was the same, my library would now generate an error as the EQLib was not the exact same my Library was compiled against. So, my first question is:
1..Is there a way to tell B4A to include inside my created library all the needed files and other libs it relies on?
2..If the answer is no, is there any other way to fix this issue other than me recompiling against the newer library to fix the problem.
If no, that leaves me with having to generate a different version of my Libs to work with each version of whatever libs may be referenced by mine.
Margret
1..Is there a way to tell B4A to include inside my created library all the needed files and other libs it relies on?
2..If the answer is no, is there any other way to fix this issue other than me recompiling against the newer library to fix the problem.
If no, that leaves me with having to generate a different version of my Libs to work with each version of whatever libs may be referenced by mine.
Margret